Html Css Color HEX #5287EC Cornflower Blue

📋 copy color: '#5287EC'

red 82 ◦ green 135 ◦ blue 236

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

Shades of Cornflower Blue #5287EC

Tints of Cornflower Blue #5287EC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 18.1%
G = 29.8%
B = 52.1%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5287EC (or 0x5287EC) is known color: Cornflower Blue. HEX triplet: 52, 87 and EC. RGB value is (82,135,236). Sum of RGB (Red+Green+Blue) = 82+135+236=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #5287EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5287EC is #AD7813. Grayscale: #828282. Windows color (decimal): -11368468 or 15501138. OLE color: 15501138.

HSL color Cylindrical-coordinate representation of color #5287EC: hue angle of 219.35º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5287EC is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 135 236 -
CMYK 0.65 0.43 0 0.07
HSL 219.35º 0.8% 0.62% -
HSV(B) 219.35º 0.65% 0.93% -
XYZ 27.28 25.18 82.78 -
YUV 130.67 187.44 93.29 -
System Red Green Blue C M Y K H S L
Decimal 82 135 236 0.65 0.43 0 0.07 219.35 0.8 0.62
Hex 52 87 EC 41 2B 0 7 DB 50 3E
Octal 122 207 354 101 53 0 7 333 120 76
Binary 1010010 10000111 11101100 1000001 101011 0 111 11011011 1010000 111110

Color Harmonies of #5287EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5287EC

Black with #5287EC

Text Example


Text Example

White with #5287EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5287EC; }

 p { color: rgb(82,135,236); }

 H1.HeaderClassName
 {
   color: #5287EC;
 }
 .AnyTagClassName
 {
   color: #5287EC;
 }
</style>

background-color css

<style>
 a { background-color: #5287EC; }

 a { background-color: rgb(82,135,236); }

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

border-color css

<style>
 span { border-color: #5287EC; }

 span { border-color: rgb(82,135,236); }

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