Html Css Color HEX #5292EC Cornflower Blue

📋 copy color: '#5292EC'

red 82 ◦ green 146 ◦ blue 236

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

Shades of Cornflower Blue #5292EC

Tints of Cornflower Blue #5292EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.47%

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

R = 17.67%
G = 31.47%
B = 50.86%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5292EC (or 0x5292EC) is known color: Cornflower Blue. HEX triplet: 52, 92 and EC. RGB value is (82,146,236). Sum of RGB (Red+Green+Blue) = 82+146+236=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #5292EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5292EC is #AD6D13. Grayscale: #888888. Windows color (decimal): -11365652 or 15503954. OLE color: 15503954.

HSL color Cylindrical-coordinate representation of color #5292EC: hue angle of 215.06º 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 #5292EC is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 146 236 -
CMYK 0.65 0.38 0 0.07
HSL 215.06º 0.8% 0.62% -
HSV(B) 215.06º 0.65% 0.93% -
XYZ 28.9 28.41 83.32 -
YUV 137.12 183.8 88.68 -
System Red Green Blue C M Y K H S L
Decimal 82 146 236 0.65 0.38 0 0.07 215.06 0.8 0.62
Hex 52 92 EC 41 26 0 7 D7 50 3E
Octal 122 222 354 101 46 0 7 327 120 76
Binary 1010010 10010010 11101100 1000001 100110 0 111 11010111 1010000 111110

Color Harmonies of #5292EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5292EC

Black with #5292EC

Text Example


Text Example

White with #5292EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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