Html Css Color HEX #5296EA Cornflower Blue

📋 copy color: '#5296EA'

red 82 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #5296EA

Tints of Cornflower Blue #5296EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 17.6%
G = 32.19%
B = 50.21%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5296EA (or 0x5296EA) is known color: Cornflower Blue. HEX triplet: 52, 96 and EA. RGB value is (82,150,234). Sum of RGB (Red+Green+Blue) = 82+150+234=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #5296EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5296EA is #AD6915. Grayscale: #8A8A8A. Windows color (decimal): -11364630 or 15373906. OLE color: 15373906.

HSL color Cylindrical-coordinate representation of color #5296EA: hue angle of 213.16º degrees, saturation: 0.78, 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 #5296EA is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 150 234 -
CMYK 0.65 0.36 0 0.08
HSL 213.16º 0.78% 0.62% -
HSV(B) 213.16º 0.65% 0.92% -
XYZ 29.24 29.55 82 -
YUV 139.24 181.47 87.17 -
System Red Green Blue C M Y K H S L
Decimal 82 150 234 0.65 0.36 0 0.08 213.16 0.78 0.62
Hex 52 96 EA 41 24 0 8 D5 4E 3E
Octal 122 226 352 101 44 0 10 325 116 76
Binary 1010010 10010110 11101010 1000001 100100 0 1000 11010101 1001110 111110

Color Harmonies of #5296EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5296EA

Black with #5296EA

Text Example


Text Example

White with #5296EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5296EA; }

 p { color: rgb(82,150,234); }

 H1.HeaderClassName
 {
   color: #5296EA;
 }
 .AnyTagClassName
 {
   color: #5296EA;
 }
</style>

background-color css

<style>
 a { background-color: #5296EA; }

 a { background-color: rgb(82,150,234); }

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

border-color css

<style>
 span { border-color: #5296EA; }

 span { border-color: rgb(82,150,234); }

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