Html Css Color HEX #519EF1 Cornflower Blue

📋 copy color: '#519EF1'

red 81 ◦ green 158 ◦ blue 241

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

Shades of Cornflower Blue #519EF1

Tints of Cornflower Blue #519EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.92%

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

R = 16.88%
G = 32.92%
B = 50.21%

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

#519EF1 (or 0x519EF1) is known color: Cornflower Blue. HEX triplet: 51, 9E and F1. RGB value is (81,158,241). Sum of RGB (Red+Green+Blue) = 81+158+241=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #519EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519EF1 is #AE610E. Grayscale: #909090. Windows color (decimal): -11428111 or 15834705. OLE color: 15834705.

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

Color convert

RGB 81 158 241 -
CMYK 0.66 0.34 0 0.05
HSL 211.13º 0.85% 0.63% -
HSV(B) 211.13º 0.66% 0.95% -
XYZ 31.5 32.55 87.84 -
YUV 144.44 182.49 82.75 -
System Red Green Blue C M Y K H S L
Decimal 81 158 241 0.66 0.34 0 0.05 211.13 0.85 0.63
Hex 51 9E F1 42 22 0 5 D3 55 3F
Octal 121 236 361 102 42 0 5 323 125 77
Binary 1010001 10011110 11110001 1000010 100010 0 101 11010011 1010101 111111

Color Harmonies of #519EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EF1

Black with #519EF1

Text Example


Text Example

White with #519EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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