#286AD0

Color #286AD0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #286AD0

Tints of Denim #286AD0

Color information

#286AD0 (or 0x286AD0) is unknown color: approx Denim. HEX triplet: 28, 6A and D0. RGB value is (40,106,208). Sum of RGB (Red+Green+Blue) = 40+106+208=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #286AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286AD0 is #D7952F. Grayscale: #616161. Windows color (decimal): -14128432 or 13658664. OLE color: 13658664.

HSL color Cylindrical-coordinate representation of color #286AD0: hue angle of 216.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286AD0 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB40106208-
CMYK0.810.4900.18
HSL216.43º67.74%48.63%-
HSV(B)216.43º80.77%81.57%-
XYZ17.4115.3161.71-
YUV97.89190.1386.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 11.30%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 208 (81.64% from 255) = 58.76%
R=11.30%
G=29.94%
B=58.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal401062080.810.4900.18216.4367.7448.63
Hex286AD05131012d84431
Octal501523201216102233010461
Binary1010001101010110100001010001110001010010110110001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286AD0; }

 p { color: rgb(40,106,208); }

 H1.HeaderClassName
 {
   color: #286AD0;
 }
 .AnyTagClassName
 {
   color: #286AD0;
 }
</style>
background-color css

<style>
 a { background-color: #286AD0; }

 a { background-color: rgb(40,106,208); }

 div.DivClassName
 {
   background-color: #286AD0;
 }
 .BgClassName
 {
   background-color: #286AD0;
 }
</style>
border-color css

<style>
 span { border-color: #286AD0; }

 span { border-color: rgb(40,106,208); }

 td.TdClassName
 {
   border-color: #286AD0;
 }
 .TagClassName
 {
   border-color: #286AD0;
 }
</style>