Html Css Color HEX #519CFF Cornflower Blue

📋 copy color: '#519CFF'

red 81 ◦ green 156 ◦ blue 255

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

Shades of Cornflower Blue #519CFF

Tints of Cornflower Blue #519CFF

RGB

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

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

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

R = 16.46%
G = 31.71%
B = 51.83%

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

#519CFF (or 0x519CFF) is known color: Cornflower Blue. HEX triplet: 51, 9C and FF. RGB value is (81,156,255). Sum of RGB (Red+Green+Blue) = 81+156+255=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #519CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519CFF is #AE6300. Grayscale: #909090. Windows color (decimal): -11428609 or 16751697. OLE color: 16751697.

HSL color Cylindrical-coordinate representation of color #519CFF: hue angle of 214.14º 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 #519CFF is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 156 255 -
CMYK 0.68 0.39 0 0
HSL 214.14º 1% 0.66% -
HSV(B) 214.14º 0.68% 1% -
XYZ 33.33 32.75 99.17 -
YUV 144.86 190.15 82.45 -
System Red Green Blue C M Y K H S L
Decimal 81 156 255 0.68 0.39 0 0 214.14 1 0.66
Hex 51 9C FF 44 27 0 0 D6 64 42
Octal 121 234 377 104 47 0 0 326 144 102
Binary 1010001 10011100 11111111 1000100 100111 0 0 11010110 1100100 1000010

Color Harmonies of #519CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CFF

Black with #519CFF

Text Example


Text Example

White with #519CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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