Html Css Color HEX #5193FA Cornflower Blue

📋 copy color: '#5193FA'

red 81 ◦ green 147 ◦ blue 250

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

Shades of Cornflower Blue #5193FA

Tints of Cornflower Blue #5193FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 16.95%
G = 30.75%
B = 52.3%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5193FA (or 0x5193FA) is known color: Cornflower Blue. HEX triplet: 51, 93 and FA. RGB value is (81,147,250). Sum of RGB (Red+Green+Blue) = 81+147+250=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #5193FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193FA is #AE6C05. Grayscale: #8A8A8A. Windows color (decimal): -11430918 or 16421713. OLE color: 16421713.

HSL color Cylindrical-coordinate representation of color #5193FA: hue angle of 216.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5193FA is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 147 250 -
CMYK 0.68 0.41 0 0.02
HSL 216.57º 0.94% 0.65% -
HSV(B) 216.57º 0.68% 0.98% -
XYZ 31.08 29.52 94.5 -
YUV 139.01 190.63 86.62 -
System Red Green Blue C M Y K H S L
Decimal 81 147 250 0.68 0.41 0 0.02 216.57 0.94 0.65
Hex 51 93 FA 44 29 0 2 D9 5E 41
Octal 121 223 372 104 51 0 2 331 136 101
Binary 1010001 10010011 11111010 1000100 101001 0 10 11011001 1011110 1000001

Color Harmonies of #5193FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5193FA

Black with #5193FA

Text Example


Text Example

White with #5193FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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