Html Css Color HEX #5193FE Cornflower Blue

📋 copy color: '#5193FE'

red 81 ◦ green 147 ◦ blue 254

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

Shades of Cornflower Blue #5193FE

Tints of Cornflower Blue #5193FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

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

R = 16.8%
G = 30.5%
B = 52.7%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5193FE (or 0x5193FE) is known color: Cornflower Blue. HEX triplet: 51, 93 and FE. RGB value is (81,147,254). Sum of RGB (Red+Green+Blue) = 81+147+254=482 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.80% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #5193FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193FE is #AE6C01. Grayscale: #8A8A8A. Windows color (decimal): -11430914 or 16683857. OLE color: 16683857.

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

Color convert

RGB 81 147 254 -
CMYK 0.68 0.42 0 0.00
HSL 217.11º 0.99% 0.66% -
HSV(B) 217.11º 0.68% 1% -
XYZ 31.72 29.77 97.84 -
YUV 139.46 192.63 86.3 -
System Red Green Blue C M Y K H S L
Decimal 81 147 254 0.68 0.42 0 0.00 217.11 0.99 0.66
Hex 51 93 FE 44 2A 0 0 D9 63 42
Octal 121 223 376 104 52 0 0 331 143 102
Binary 1010001 10010011 11111110 1000100 101010 0 0 11011001 1100011 1000010

Color Harmonies of #5193FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5193FE

Black with #5193FE

Text Example


Text Example

White with #5193FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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