Html Css Color HEX #5196FE Cornflower Blue

📋 copy color: '#5196FE'

red 81 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #5196FE

Tints of Cornflower Blue #5196FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 16.7%
G = 30.93%
B = 52.37%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5196FE (or 0x5196FE) is known color: Cornflower Blue. HEX triplet: 51, 96 and FE. RGB value is (81,150,254). Sum of RGB (Red+Green+Blue) = 81+150+254=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #5196FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5196FE is #AE6901. Grayscale: #8C8C8C. Windows color (decimal): -11430146 or 16684625. OLE color: 16684625.

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

Color convert

RGB 81 150 254 -
CMYK 0.68 0.41 0 0.00
HSL 216.07º 0.99% 0.66% -
HSV(B) 216.07º 0.68% 1% -
XYZ 32.19 30.72 98 -
YUV 141.23 191.64 85.04 -
System Red Green Blue C M Y K H S L
Decimal 81 150 254 0.68 0.41 0 0.00 216.07 0.99 0.66
Hex 51 96 FE 44 29 0 0 D8 63 42
Octal 121 226 376 104 51 0 0 330 143 102
Binary 1010001 10010110 11111110 1000100 101001 0 0 11011000 1100011 1000010

Color Harmonies of #5196FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5196FE

Black with #5196FE

Text Example


Text Example

White with #5196FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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