Html Css Color HEX #5288EB Cornflower Blue

📋 copy color: '#5288EB'

red 82 ◦ green 136 ◦ blue 235

#5288EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5288EB

Tints of Cornflower Blue #5288EB

RGB

 RED value IS 82 (32.42% from 255) = 18.1%

 GREEN value IS 136 (53.52% from 255) = 30.02%

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 18.1%
G = 30.02%
B = 51.88%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5288EB (or 0x5288EB) is known color: Cornflower Blue. HEX triplet: 52, 88 and EB. RGB value is (82,136,235). Sum of RGB (Red+Green+Blue) = 82+136+235=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #5288EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5288EB is #AD7714. Grayscale: #828282. Windows color (decimal): -11368213 or 15435858. OLE color: 15435858.

HSL color Cylindrical-coordinate representation of color #5288EB: hue angle of 218.82º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5288EB is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 136 235 -
CMYK 0.65 0.42 0 0.08
HSL 218.82º 0.79% 0.62% -
HSV(B) 218.82º 0.65% 0.92% -
XYZ 27.28 25.4 82.06 -
YUV 131.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 82 136 235 0.65 0.42 0 0.08 218.82 0.79 0.62
Hex 52 88 EB 41 2A 0 8 DB 4F 3E
Octal 122 210 353 101 52 0 10 333 117 76
Binary 1010010 10001000 11101011 1000001 101010 0 1000 11011011 1001111 111110

Color Harmonies of #5288EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5288EB

Black with #5288EB

Text Example


Text Example

White with #5288EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5288EB;
 }
 .AnyTagClassName
 {
   color: #5288EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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