Html Css Color HEX #519AFF Cornflower Blue

📋 copy color: '#519AFF'

red 81 ◦ green 154 ◦ blue 255

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

Shades of Cornflower Blue #519AFF

Tints of Cornflower Blue #519AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 16.53%
G = 31.43%
B = 52.04%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#519AFF (or 0x519AFF) is known color: Cornflower Blue. HEX triplet: 51, 9A and FF. RGB value is (81,154,255). Sum of RGB (Red+Green+Blue) = 81+154+255=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #519AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519AFF is #AE6500. Grayscale: #8F8F8F. Windows color (decimal): -11429121 or 16751185. OLE color: 16751185.

HSL color Cylindrical-coordinate representation of color #519AFF: hue angle of 214.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519AFF is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 154 255 -
CMYK 0.68 0.40 0 0
HSL 214.83º 1% 0.66% -
HSV(B) 214.83º 0.68% 1% -
XYZ 33 32.08 99.06 -
YUV 143.69 190.82 83.29 -
System Red Green Blue C M Y K H S L
Decimal 81 154 255 0.68 0.40 0 0 214.83 1 0.66
Hex 51 9A FF 44 28 0 0 D7 64 42
Octal 121 232 377 104 50 0 0 327 144 102
Binary 1010001 10011010 11111111 1000100 101000 0 0 11010111 1100100 1000010

Color Harmonies of #519AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AFF

Black with #519AFF

Text Example


Text Example

White with #519AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,154,255); }

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

background-color css

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

 a { background-color: rgb(81,154,255); }

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

border-color css

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

 span { border-color: rgb(81,154,255); }

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