Html Css Color HEX #519DFC Cornflower Blue

📋 copy color: '#519DFC'

red 81 ◦ green 157 ◦ blue 252

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

Shades of Cornflower Blue #519DFC

Tints of Cornflower Blue #519DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 16.53%
G = 32.04%
B = 51.43%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#519DFC (or 0x519DFC) is known color: Cornflower Blue. HEX triplet: 51, 9D and FC. RGB value is (81,157,252). Sum of RGB (Red+Green+Blue) = 81+157+252=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #519DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DFC is #AE6203. Grayscale: #909090. Windows color (decimal): -11428356 or 16555345. OLE color: 16555345.

HSL color Cylindrical-coordinate representation of color #519DFC: hue angle of 213.33º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519DFC is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 157 252 -
CMYK 0.68 0.38 0 0.01
HSL 213.33º 0.97% 0.65% -
HSV(B) 213.33º 0.68% 0.99% -
XYZ 33.02 32.89 96.7 -
YUV 145.11 188.32 82.28 -
System Red Green Blue C M Y K H S L
Decimal 81 157 252 0.68 0.38 0 0.01 213.33 0.97 0.65
Hex 51 9D FC 44 26 0 1 D5 61 41
Octal 121 235 374 104 46 0 1 325 141 101
Binary 1010001 10011101 11111100 1000100 100110 0 1 11010101 1100001 1000001

Color Harmonies of #519DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DFC

Black with #519DFC

Text Example


Text Example

White with #519DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,252); }

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

background-color css

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

 a { background-color: rgb(81,157,252); }

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

border-color css

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

 span { border-color: rgb(81,157,252); }

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