Html Css Color HEX #519AF4 Cornflower Blue

📋 copy color: '#519AF4'

red 81 ◦ green 154 ◦ blue 244

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

Shades of Cornflower Blue #519AF4

Tints of Cornflower Blue #519AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.94%

R = 16.91%
G = 32.15%
B = 50.94%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#519AF4 (or 0x519AF4) is known color: Cornflower Blue. HEX triplet: 51, 9A and F4. RGB value is (81,154,244). Sum of RGB (Red+Green+Blue) = 81+154+244=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #519AF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519AF4 is #AE650B. Grayscale: #8E8E8E. Windows color (decimal): -11429132 or 16030289. OLE color: 16030289.

HSL color Cylindrical-coordinate representation of color #519AF4: hue angle of 213.13º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519AF4 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 154 244 -
CMYK 0.67 0.37 0 0.04
HSL 213.13º 0.88% 0.64% -
HSV(B) 213.13º 0.67% 0.96% -
XYZ 31.28 31.39 90 -
YUV 142.43 185.32 84.18 -
System Red Green Blue C M Y K H S L
Decimal 81 154 244 0.67 0.37 0 0.04 213.13 0.88 0.64
Hex 51 9A F4 43 25 0 4 D5 58 40
Octal 121 232 364 103 45 0 4 325 130 100
Binary 1010001 10011010 11110100 1000011 100101 0 100 11010101 1011000 1000000

Color Harmonies of #519AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AF4

Black with #519AF4

Text Example


Text Example

White with #519AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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