Html Css Color HEX #5396EF Cornflower Blue

📋 copy color: '#5396EF'

red 83 ◦ green 150 ◦ blue 239

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

Shades of Cornflower Blue #5396EF

Tints of Cornflower Blue #5396EF

RGB

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

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

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

R = 17.58%
G = 31.78%
B = 50.64%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5396EF (or 0x5396EF) is known color: Cornflower Blue. HEX triplet: 53, 96 and EF. RGB value is (83,150,239). Sum of RGB (Red+Green+Blue) = 83+150+239=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #5396EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5396EF is #AC6910. Grayscale: #8B8B8B. Windows color (decimal): -11299089 or 15701587. OLE color: 15701587.

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

Color convert

RGB 83 150 239 -
CMYK 0.65 0.37 0 0.06
HSL 214.23º 0.83% 0.63% -
HSV(B) 214.23º 0.65% 0.94% -
XYZ 30.05 29.88 85.85 -
YUV 140.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 83 150 239 0.65 0.37 0 0.06 214.23 0.83 0.63
Hex 53 96 EF 41 25 0 6 D6 53 3F
Octal 123 226 357 101 45 0 6 326 123 77
Binary 1010011 10010110 11101111 1000001 100101 0 110 11010110 1010011 111111

Color Harmonies of #5396EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5396EF

Black with #5396EF

Text Example


Text Example

White with #5396EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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