Html Css Color HEX #5190FE Cornflower Blue

📋 copy color: '#5190FE'

red 81 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #5190FE

Tints of Cornflower Blue #5190FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.06%

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

R = 16.91%
G = 30.06%
B = 53.03%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5190FE (or 0x5190FE) is known color: Cornflower Blue. HEX triplet: 51, 90 and FE. RGB value is (81,144,254). Sum of RGB (Red+Green+Blue) = 81+144+254=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #5190FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5190FE is #AE6F01. Grayscale: #898989. Windows color (decimal): -11431682 or 16683089. OLE color: 16683089.

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

Color convert

RGB 81 144 254 -
CMYK 0.68 0.43 0 0.00
HSL 218.15º 0.99% 0.66% -
HSV(B) 218.15º 0.68% 1% -
XYZ 31.26 28.85 97.69 -
YUV 137.7 193.63 87.56 -
System Red Green Blue C M Y K H S L
Decimal 81 144 254 0.68 0.43 0 0.00 218.15 0.99 0.66
Hex 51 90 FE 44 2B 0 0 DA 63 42
Octal 121 220 376 104 53 0 0 332 143 102
Binary 1010001 10010000 11111110 1000100 101011 0 0 11011010 1100011 1000010

Color Harmonies of #5190FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190FE

Black with #5190FE

Text Example


Text Example

White with #5190FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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