Html Css Color HEX #5197FE Cornflower Blue

📋 copy color: '#5197FE'

red 81 ◦ green 151 ◦ blue 254

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

Shades of Cornflower Blue #5197FE

Tints of Cornflower Blue #5197FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.07%

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

R = 16.67%
G = 31.07%
B = 52.26%

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

#5197FE (or 0x5197FE) is known color: Cornflower Blue. HEX triplet: 51, 97 and FE. RGB value is (81,151,254). Sum of RGB (Red+Green+Blue) = 81+151+254=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #5197FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5197FE is #AE6801. Grayscale: #8D8D8D. Windows color (decimal): -11429890 or 16684881. OLE color: 16684881.

HSL color Cylindrical-coordinate representation of color #5197FE: hue angle of 215.72º 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 #5197FE is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 151 254 -
CMYK 0.68 0.41 0 0.00
HSL 215.72º 0.99% 0.66% -
HSV(B) 215.72º 0.68% 1% -
XYZ 32.35 31.04 98.05 -
YUV 141.81 191.31 84.62 -
System Red Green Blue C M Y K H S L
Decimal 81 151 254 0.68 0.41 0 0.00 215.72 0.99 0.66
Hex 51 97 FE 44 29 0 0 D8 63 42
Octal 121 227 376 104 51 0 0 330 143 102
Binary 1010001 10010111 11111110 1000100 101001 0 0 11011000 1100011 1000010

Color Harmonies of #5197FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5197FE

Black with #5197FE

Text Example


Text Example

White with #5197FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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