Html Css Color HEX #519BFF Cornflower Blue

📋 copy color: '#519BFF'

red 81 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #519BFF

Tints of Cornflower Blue #519BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 16.5%
G = 31.57%
B = 51.93%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#519BFF (or 0x519BFF) is known color: Cornflower Blue. HEX triplet: 51, 9B and FF. RGB value is (81,155,255). Sum of RGB (Red+Green+Blue) = 81+155+255=491 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.50% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #519BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BFF is #AE6400. Grayscale: #8F8F8F. Windows color (decimal): -11428865 or 16751441. OLE color: 16751441.

HSL color Cylindrical-coordinate representation of color #519BFF: hue angle of 214.48º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519BFF is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 155 255 -
CMYK 0.68 0.39 0 0
HSL 214.48º 1% 0.66% -
HSV(B) 214.48º 0.68% 1% -
XYZ 33.16 32.41 99.12 -
YUV 144.27 190.48 82.87 -
System Red Green Blue C M Y K H S L
Decimal 81 155 255 0.68 0.39 0 0 214.48 1 0.66
Hex 51 9B FF 44 27 0 0 D6 64 42
Octal 121 233 377 104 47 0 0 326 144 102
Binary 1010001 10011011 11111111 1000100 100111 0 0 11010110 1100100 1000010

Color Harmonies of #519BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BFF

Black with #519BFF

Text Example


Text Example

White with #519BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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