Html Css Color HEX #5191F1 Cornflower Blue

📋 copy color: '#5191F1'

red 81 ◦ green 145 ◦ blue 241

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

Shades of Cornflower Blue #5191F1

Tints of Cornflower Blue #5191F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 17.34%
G = 31.05%
B = 51.61%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5191F1 (or 0x5191F1) is known color: Cornflower Blue. HEX triplet: 51, 91 and F1. RGB value is (81,145,241). Sum of RGB (Red+Green+Blue) = 81+145+241=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #5191F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5191F1 is #AE6E0E. Grayscale: #888888. Windows color (decimal): -11431439 or 15831377. OLE color: 15831377.

HSL color Cylindrical-coordinate representation of color #5191F1: hue angle of 216º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5191F1 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 145 241 -
CMYK 0.66 0.40 0 0.05
HSL 216º 0.85% 0.63% -
HSV(B) 216º 0.66% 0.95% -
XYZ 29.4 28.35 87.14 -
YUV 136.81 186.8 88.19 -
System Red Green Blue C M Y K H S L
Decimal 81 145 241 0.66 0.40 0 0.05 216 0.85 0.63
Hex 51 91 F1 42 28 0 5 D8 55 3F
Octal 121 221 361 102 50 0 5 330 125 77
Binary 1010001 10010001 11110001 1000010 101000 0 101 11011000 1010101 111111

Color Harmonies of #5191F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5191F1

Black with #5191F1

Text Example


Text Example

White with #5191F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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