Html Css Color HEX #519AEA Cornflower Blue

📋 copy color: '#519AEA'

red 81 ◦ green 154 ◦ blue 234

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

Shades of Cornflower Blue #519AEA

Tints of Cornflower Blue #519AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 17.27%
G = 32.84%
B = 49.89%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#519AEA (or 0x519AEA) is known color: Cornflower Blue. HEX triplet: 51, 9A and EA. RGB value is (81,154,234). Sum of RGB (Red+Green+Blue) = 81+154+234=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #519AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519AEA is #AE6515. Grayscale: #8C8C8C. Windows color (decimal): -11429142 or 15374929. OLE color: 15374929.

HSL color Cylindrical-coordinate representation of color #519AEA: hue angle of 211.37º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519AEA is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 154 234 -
CMYK 0.65 0.34 0 0.08
HSL 211.37º 0.78% 0.62% -
HSV(B) 211.37º 0.65% 0.92% -
XYZ 29.8 30.8 82.22 -
YUV 141.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 81 154 234 0.65 0.34 0 0.08 211.37 0.78 0.62
Hex 51 9A EA 41 22 0 8 D3 4E 3E
Octal 121 232 352 101 42 0 10 323 116 76
Binary 1010001 10011010 11101010 1000001 100010 0 1000 11010011 1001110 111110

Color Harmonies of #519AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AEA

Black with #519AEA

Text Example


Text Example

White with #519AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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