Html Css Color HEX #5396EA Cornflower Blue

📋 copy color: '#5396EA'

red 83 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #5396EA

Tints of Cornflower Blue #5396EA

RGB

 RED value IS 83 (32.81% from 255) = 17.77%

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

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

R = 17.77%
G = 32.12%
B = 50.11%

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

#5396EA (or 0x5396EA) is known color: Cornflower Blue. HEX triplet: 53, 96 and EA. RGB value is (83,150,234). Sum of RGB (Red+Green+Blue) = 83+150+234=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #5396EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5396EA is #AC6915. Grayscale: #8B8B8B. Windows color (decimal): -11299094 or 15373907. OLE color: 15373907.

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

Color convert

RGB 83 150 234 -
CMYK 0.65 0.36 0 0.08
HSL 213.38º 0.78% 0.62% -
HSV(B) 213.38º 0.65% 0.92% -
XYZ 29.32 29.59 82.01 -
YUV 139.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 83 150 234 0.65 0.36 0 0.08 213.38 0.78 0.62
Hex 53 96 EA 41 24 0 8 D5 4E 3E
Octal 123 226 352 101 44 0 10 325 116 76
Binary 1010011 10010110 11101010 1000001 100100 0 1000 11010101 1001110 111110

Color Harmonies of #5396EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5396EA

Black with #5396EA

Text Example


Text Example

White with #5396EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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