Html Css Color HEX #519FF1 Cornflower Blue

📋 copy color: '#519FF1'

red 81 ◦ green 159 ◦ blue 241

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

Shades of Cornflower Blue #519FF1

Tints of Cornflower Blue #519FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.06%

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

R = 16.84%
G = 33.06%
B = 50.1%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#519FF1 (or 0x519FF1) is known color: Cornflower Blue. HEX triplet: 51, 9F and F1. RGB value is (81,159,241). Sum of RGB (Red+Green+Blue) = 81+159+241=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #519FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FF1 is #AE600E. Grayscale: #909090. Windows color (decimal): -11427855 or 15834961. OLE color: 15834961.

HSL color Cylindrical-coordinate representation of color #519FF1: hue angle of 210.75º 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 #519FF1 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 159 241 -
CMYK 0.66 0.34 0 0.05
HSL 210.75º 0.85% 0.63% -
HSV(B) 210.75º 0.66% 0.95% -
XYZ 31.67 32.9 87.9 -
YUV 145.03 182.16 82.33 -
System Red Green Blue C M Y K H S L
Decimal 81 159 241 0.66 0.34 0 0.05 210.75 0.85 0.63
Hex 51 9F F1 42 22 0 5 D3 55 3F
Octal 121 237 361 102 42 0 5 323 125 77
Binary 1010001 10011111 11110001 1000010 100010 0 101 11010011 1010101 111111

Color Harmonies of #519FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519FF1

Black with #519FF1

Text Example


Text Example

White with #519FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519FF1; }

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

 H1.HeaderClassName
 {
   color: #519FF1;
 }
 .AnyTagClassName
 {
   color: #519FF1;
 }
</style>

background-color css

<style>
 a { background-color: #519FF1; }

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

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

border-color css

<style>
 span { border-color: #519FF1; }

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

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