Html Css Color HEX #5288EF Cornflower Blue

📋 copy color: '#5288EF'

red 82 ◦ green 136 ◦ blue 239

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

Shades of Cornflower Blue #5288EF

Tints of Cornflower Blue #5288EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 17.94%
G = 29.76%
B = 52.3%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5288EF (or 0x5288EF) is known color: Cornflower Blue. HEX triplet: 52, 88 and EF. RGB value is (82,136,239). Sum of RGB (Red+Green+Blue) = 82+136+239=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #5288EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5288EF is #AD7710. Grayscale: #838383. Windows color (decimal): -11368209 or 15698002. OLE color: 15698002.

HSL color Cylindrical-coordinate representation of color #5288EF: hue angle of 219.36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5288EF is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 136 239 -
CMYK 0.66 0.43 0 0.06
HSL 219.36º 0.83% 0.63% -
HSV(B) 219.36º 0.66% 0.94% -
XYZ 27.86 25.63 85.14 -
YUV 131.6 188.61 92.62 -
System Red Green Blue C M Y K H S L
Decimal 82 136 239 0.66 0.43 0 0.06 219.36 0.83 0.63
Hex 52 88 EF 42 2B 0 6 DB 53 3F
Octal 122 210 357 102 53 0 6 333 123 77
Binary 1010010 10001000 11101111 1000010 101011 0 110 11011011 1010011 111111

Color Harmonies of #5288EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5288EF

Black with #5288EF

Text Example


Text Example

White with #5288EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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