#287AD4

Color #287AD4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #287AD4

Tints of Curious Blue #287AD4

Color information

#287AD4 (or 0x287AD4) is unknown color: approx Curious Blue. HEX triplet: 28, 7A and D4. RGB value is (40,122,212). Sum of RGB (Red+Green+Blue) = 40+122+212=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 212 (83.20% from 255 or 56.68% from 374); Max value from RGB is 212 - color contains mainly: blue. Hex color #287AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287AD4 is #D7852B. Grayscale: #6B6B6B. Windows color (decimal): -14124332 or 13924904. OLE color: 13924904.

HSL color Cylindrical-coordinate representation of color #287AD4: hue angle of 211.4º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #287AD4 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB40122212-
CMYK0.810.4200.17
HSL211.4º68.25%49.41%-
HSV(B)211.4º81.13%83.14%-
XYZ19.7219.1264.94-
YUV107.74186.8379.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.70%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 212 (83.20% from 255) = 56.68%
R=10.70%
G=32.62%
B=56.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal401222120.810.4200.17211.468.2549.41
Hex287AD4512A011d34431
Octal501723241215202132310461
Binary1010001111010110101001010001101010010001110100111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287AD4; }

 p { color: rgb(40,122,212); }

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

<style>
 a { background-color: #287AD4; }

 a { background-color: rgb(40,122,212); }

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

<style>
 span { border-color: #287AD4; }

 span { border-color: rgb(40,122,212); }

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