Html Css Color HEX #519FFA Cornflower Blue

📋 copy color: '#519FFA'

red 81 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #519FFA

Tints of Cornflower Blue #519FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.45%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 16.53%
G = 32.45%
B = 51.02%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#519FFA (or 0x519FFA) is known color: Cornflower Blue. HEX triplet: 51, 9F and FA. RGB value is (81,159,250). Sum of RGB (Red+Green+Blue) = 81+159+250=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #519FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FFA is #AE6005. Grayscale: #919191. Windows color (decimal): -11427846 or 16424785. OLE color: 16424785.

HSL color Cylindrical-coordinate representation of color #519FFA: hue angle of 212.31º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519FFA is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 159 250 -
CMYK 0.68 0.36 0 0.02
HSL 212.31º 0.94% 0.65% -
HSV(B) 212.31º 0.68% 0.98% -
XYZ 33.05 33.45 95.16 -
YUV 146.05 186.66 81.6 -
System Red Green Blue C M Y K H S L
Decimal 81 159 250 0.68 0.36 0 0.02 212.31 0.94 0.65
Hex 51 9F FA 44 24 0 2 D4 5E 41
Octal 121 237 372 104 44 0 2 324 136 101
Binary 1010001 10011111 11111010 1000100 100100 0 10 11010100 1011110 1000001

Color Harmonies of #519FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519FFA

Black with #519FFA

Text Example


Text Example

White with #519FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,159,250); }

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

background-color css

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

 a { background-color: rgb(81,159,250); }

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

border-color css

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

 span { border-color: rgb(81,159,250); }

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