Html Css Color HEX #519CEA Cornflower Blue

📋 copy color: '#519CEA'

red 81 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #519CEA

Tints of Cornflower Blue #519CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

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

R = 17.2%
G = 33.12%
B = 49.68%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#519CEA (or 0x519CEA) is known color: Cornflower Blue. HEX triplet: 51, 9C and EA. RGB value is (81,156,234). Sum of RGB (Red+Green+Blue) = 81+156+234=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #519CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519CEA is #AE6315. Grayscale: #8E8E8E. Windows color (decimal): -11428630 or 15375441. OLE color: 15375441.

HSL color Cylindrical-coordinate representation of color #519CEA: hue angle of 210.59º 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 #519CEA is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 156 234 -
CMYK 0.65 0.33 0 0.08
HSL 210.59º 0.78% 0.62% -
HSV(B) 210.59º 0.65% 0.92% -
XYZ 30.13 31.47 82.33 -
YUV 142.47 179.65 84.16 -
System Red Green Blue C M Y K H S L
Decimal 81 156 234 0.65 0.33 0 0.08 210.59 0.78 0.62
Hex 51 9C EA 41 21 0 8 D3 4E 3E
Octal 121 234 352 101 41 0 10 323 116 76
Binary 1010001 10011100 11101010 1000001 100001 0 1000 11010011 1001110 111110

Color Harmonies of #519CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CEA

Black with #519CEA

Text Example


Text Example

White with #519CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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