Html Css Color HEX #519EEA Cornflower Blue

📋 copy color: '#519EEA'

red 81 ◦ green 158 ◦ blue 234

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

Shades of Cornflower Blue #519EEA

Tints of Cornflower Blue #519EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.4%

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

R = 17.12%
G = 33.4%
B = 49.47%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#519EEA (or 0x519EEA) is known color: Cornflower Blue. HEX triplet: 51, 9E and EA. RGB value is (81,158,234). Sum of RGB (Red+Green+Blue) = 81+158+234=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #519EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519EEA is #AE6115. Grayscale: #8F8F8F. Windows color (decimal): -11428118 or 15375953. OLE color: 15375953.

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

Color convert

RGB 81 158 234 -
CMYK 0.65 0.32 0 0.08
HSL 209.8º 0.78% 0.62% -
HSV(B) 209.8º 0.65% 0.92% -
XYZ 30.47 32.14 82.44 -
YUV 143.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 81 158 234 0.65 0.32 0 0.08 209.8 0.78 0.62
Hex 51 9E EA 41 20 0 8 D2 4E 3E
Octal 121 236 352 101 40 0 10 322 116 76
Binary 1010001 10011110 11101010 1000001 100000 0 1000 11010010 1001110 111110

Color Harmonies of #519EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EEA

Black with #519EEA

Text Example


Text Example

White with #519EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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