#288ED5

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

Shades of Curious Blue #288ED5

Tints of Curious Blue #288ED5

Color information

#288ED5 (or 0x288ED5) is unknown color: approx Curious Blue. HEX triplet: 28, 8E and D5. RGB value is (40,142,213). Sum of RGB (Red+Green+Blue) = 40+142+213=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #288ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ED5 is #D7712A. Grayscale: #777777. Windows color (decimal): -14119211 or 13995560. OLE color: 13995560.

HSL color Cylindrical-coordinate representation of color #288ED5: hue angle of 204.62º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288ED5 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB40142213-
CMYK0.810.3300.16
HSL204.62º68.38%49.61%-
HSV(B)204.62º81.22%83.53%-
XYZ22.5624.666.51-
YUV119.6180.7171.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.13%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=10.13%
G=35.95%
B=53.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal401422130.810.3300.16204.6268.3849.61
Hex288ED55121010cd4432
Octal502163251214102031510462
Binary10100010001110110101011010001100001010000110011011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288ED5; }

 p { color: rgb(40,142,213); }

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

<style>
 a { background-color: #288ED5; }

 a { background-color: rgb(40,142,213); }

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

<style>
 span { border-color: #288ED5; }

 span { border-color: rgb(40,142,213); }

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