Html Css Color HEX #5196EF Cornflower Blue

📋 copy color: '#5196EF'

red 81 ◦ green 150 ◦ blue 239

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

Shades of Cornflower Blue #5196EF

Tints of Cornflower Blue #5196EF

RGB

 RED value IS 81 (32.03% from 255) = 17.23%

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

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

R = 17.23%
G = 31.91%
B = 50.85%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5196EF (or 0x5196EF) is known color: Cornflower Blue. HEX triplet: 51, 96 and EF. RGB value is (81,150,239). Sum of RGB (Red+Green+Blue) = 81+150+239=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #5196EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5196EF is #AE6910. Grayscale: #8B8B8B. Windows color (decimal): -11430161 or 15701585. OLE color: 15701585.

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

Color convert

RGB 81 150 239 -
CMYK 0.66 0.37 0 0.06
HSL 213.8º 0.83% 0.63% -
HSV(B) 213.8º 0.66% 0.94% -
XYZ 29.88 29.79 85.84 -
YUV 139.52 184.14 86.26 -
System Red Green Blue C M Y K H S L
Decimal 81 150 239 0.66 0.37 0 0.06 213.8 0.83 0.63
Hex 51 96 EF 42 25 0 6 D6 53 3F
Octal 121 226 357 102 45 0 6 326 123 77
Binary 1010001 10010110 11101111 1000010 100101 0 110 11010110 1010011 111111

Color Harmonies of #5196EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5196EF

Black with #5196EF

Text Example


Text Example

White with #5196EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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