Html Css Color HEX #5191FA Cornflower Blue

📋 copy color: '#5191FA'

red 81 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #5191FA

Tints of Cornflower Blue #5191FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.46%

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

R = 17.02%
G = 30.46%
B = 52.52%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5191FA (or 0x5191FA) is known color: Cornflower Blue. HEX triplet: 51, 91 and FA. RGB value is (81,145,250). Sum of RGB (Red+Green+Blue) = 81+145+250=476 (63% of max value = 765). Red value is 81 (32.03% from 255 or 17.02% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #5191FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5191FA is #AE6E05. Grayscale: #898989. Windows color (decimal): -11431430 or 16421201. OLE color: 16421201.

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

Color convert

RGB 81 145 250 -
CMYK 0.68 0.42 0 0.02
HSL 217.28º 0.94% 0.65% -
HSV(B) 217.28º 0.68% 0.98% -
XYZ 30.77 28.9 94.4 -
YUV 137.83 191.3 87.46 -
System Red Green Blue C M Y K H S L
Decimal 81 145 250 0.68 0.42 0 0.02 217.28 0.94 0.65
Hex 51 91 FA 44 2A 0 2 D9 5E 41
Octal 121 221 372 104 52 0 2 331 136 101
Binary 1010001 10010001 11111010 1000100 101010 0 10 11011001 1011110 1000001

Color Harmonies of #5191FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5191FA

Black with #5191FA

Text Example


Text Example

White with #5191FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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