#5288E6

Color #5288E6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5288E6

Tints of Cornflower Blue #5288E6

Color information

#5288E6 (or 0x5288E6) is unknown color: approx Cornflower Blue. HEX triplet: 52, 88 and E6. RGB value is (82,136,230). Sum of RGB (Red+Green+Blue) = 82+136+230=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #5288E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5288E6 is #AD7719. Grayscale: #828282. Windows color (decimal): -11368218 or 15108178. OLE color: 15108178.

HSL color Cylindrical-coordinate representation of color #5288E6: hue angle of 218.11º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5288E6 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB82136230-
CMYK0.640.4100.10
HSL218.11º74.75%61.18%-
HSV(B)218.11º64.35%90.2%-
XYZ26.5725.1278.31-
YUV130.57184.1193.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.30%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 230 (90.23% from 255) = 51.34%
R=18.30%
G=30.36%
B=51.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal821362300.640.4100.10218.1174.7561.18
Hex5288E640290Ada4b3d
Octal1222103461005101233211375
Binary10100101000100011100110100000010100101010110110101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5288E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5288E6; }

 p { color: rgb(82,136,230); }

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

<style>
 a { background-color: #5288E6; }

 a { background-color: rgb(82,136,230); }

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

<style>
 span { border-color: #5288E6; }

 span { border-color: rgb(82,136,230); }

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