Html Css Color HEX #5196FF Cornflower Blue

📋 copy color: '#5196FF'

red 81 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #5196FF

Tints of Cornflower Blue #5196FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 16.67%
G = 30.86%
B = 52.47%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5196FF (or 0x5196FF) is known color: Cornflower Blue. HEX triplet: 51, 96 and FF. RGB value is (81,150,255). Sum of RGB (Red+Green+Blue) = 81+150+255=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #5196FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5196FF is #AE6900. Grayscale: #8C8C8C. Windows color (decimal): -11430145 or 16750161. OLE color: 16750161.

HSL color Cylindrical-coordinate representation of color #5196FF: hue angle of 216.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5196FF is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 150 255 -
CMYK 0.68 0.41 0 0
HSL 216.21º 1% 0.66% -
HSV(B) 216.21º 0.68% 1% -
XYZ 32.35 30.78 98.84 -
YUV 141.34 192.14 84.96 -
System Red Green Blue C M Y K H S L
Decimal 81 150 255 0.68 0.41 0 0 216.21 1 0.66
Hex 51 96 FF 44 29 0 0 D8 64 42
Octal 121 226 377 104 51 0 0 330 144 102
Binary 1010001 10010110 11111111 1000100 101001 0 0 11011000 1100100 1000010

Color Harmonies of #5196FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5196FF

Black with #5196FF

Text Example


Text Example

White with #5196FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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