Html Css Color HEX #519BE6 Cornflower Blue

📋 copy color: '#519BE6'

red 81 ◦ green 155 ◦ blue 230

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

Shades of Cornflower Blue #519BE6

Tints of Cornflower Blue #519BE6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

 BLUE value IS 230 (90.23% from 255) = 49.36%

R = 17.38%
G = 33.26%
B = 49.36%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#519BE6 (or 0x519BE6) is known color: Cornflower Blue. HEX triplet: 51, 9B and E6. RGB value is (81,155,230). Sum of RGB (Red+Green+Blue) = 81+155+230=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #519BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BE6 is #AE6419. Grayscale: #8D8D8D. Windows color (decimal): -11428890 or 15113041. OLE color: 15113041.

HSL color Cylindrical-coordinate representation of color #519BE6: hue angle of 210.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519BE6 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 155 230 -
CMYK 0.65 0.33 0 0.10
HSL 210.2º 0.75% 0.61% -
HSV(B) 210.2º 0.65% 0.9% -
XYZ 29.4 30.91 79.28 -
YUV 141.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 81 155 230 0.65 0.33 0 0.10 210.2 0.75 0.61
Hex 51 9B E6 41 21 0 A D2 4B 3D
Octal 121 233 346 101 41 0 12 322 113 75
Binary 1010001 10011011 11100110 1000001 100001 0 1010 11010010 1001011 111101

Color Harmonies of #519BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BE6

Black with #519BE6

Text Example


Text Example

White with #519BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,155,230); }

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

background-color css

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

 a { background-color: rgb(81,155,230); }

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

border-color css

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

 span { border-color: rgb(81,155,230); }

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