Html Css Color HEX #519FF2 Cornflower Blue

📋 copy color: '#519FF2'

red 81 ◦ green 159 ◦ blue 242

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

Shades of Cornflower Blue #519FF2

Tints of Cornflower Blue #519FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 16.8%
G = 32.99%
B = 50.21%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#519FF2 (or 0x519FF2) is known color: Cornflower Blue. HEX triplet: 51, 9F and F2. RGB value is (81,159,242). Sum of RGB (Red+Green+Blue) = 81+159+242=482 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.80% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #519FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FF2 is #AE600D. Grayscale: #909090. Windows color (decimal): -11427854 or 15900497. OLE color: 15900497.

HSL color Cylindrical-coordinate representation of color #519FF2: hue angle of 210.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519FF2 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 159 242 -
CMYK 0.67 0.34 0 0.05
HSL 210.93º 0.86% 0.63% -
HSV(B) 210.93º 0.67% 0.95% -
XYZ 31.82 32.96 88.69 -
YUV 145.14 182.66 82.25 -
System Red Green Blue C M Y K H S L
Decimal 81 159 242 0.67 0.34 0 0.05 210.93 0.86 0.63
Hex 51 9F F2 43 22 0 5 D3 56 3F
Octal 121 237 362 103 42 0 5 323 126 77
Binary 1010001 10011111 11110010 1000011 100010 0 101 11010011 1010110 111111

Color Harmonies of #519FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519FF2

Black with #519FF2

Text Example


Text Example

White with #519FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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