#287ACC

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

Shades of Curious Blue #287ACC

Tints of Curious Blue #287ACC

Color information

#287ACC (or 0x287ACC) is unknown color: approx Curious Blue. HEX triplet: 28, 7A and CC. RGB value is (40,122,204). Sum of RGB (Red+Green+Blue) = 40+122+204=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #287ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ACC is #D78533. Grayscale: #6A6A6A. Windows color (decimal): -14124340 or 13400616. OLE color: 13400616.

HSL color Cylindrical-coordinate representation of color #287ACC: hue angle of 210º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #287ACC is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB40122204-
CMYK0.800.4000.2
HSL210º67.21%47.84%-
HSV(B)210º80.39%80%-
XYZ18.7318.7359.75-
YUV106.83182.8380.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.93%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 55.74%
R=10.93%
G=33.33%
B=55.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal401222040.800.4000.221067.2147.84
Hex287ACC5028014d24330
Octal501723141205002432210360
Binary1010001111010110011001010000101000010100110100101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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