Html Css Color HEX #519DFD Cornflower Blue

📋 copy color: '#519DFD'

red 81 ◦ green 157 ◦ blue 253

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

Shades of Cornflower Blue #519DFD

Tints of Cornflower Blue #519DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 16.5%
G = 31.98%
B = 51.53%

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

#519DFD (or 0x519DFD) is known color: Cornflower Blue. HEX triplet: 51, 9D and FD. RGB value is (81,157,253). Sum of RGB (Red+Green+Blue) = 81+157+253=491 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.50% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #519DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DFD is #AE6202. Grayscale: #909090. Windows color (decimal): -11428355 or 16620881. OLE color: 16620881.

HSL color Cylindrical-coordinate representation of color #519DFD: hue angle of 213.49º degrees, saturation: 0.98, 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 #519DFD is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 157 253 -
CMYK 0.68 0.38 0 0.01
HSL 213.49º 0.98% 0.65% -
HSV(B) 213.49º 0.68% 0.99% -
XYZ 33.18 32.96 97.54 -
YUV 145.22 188.82 82.19 -
System Red Green Blue C M Y K H S L
Decimal 81 157 253 0.68 0.38 0 0.01 213.49 0.98 0.65
Hex 51 9D FD 44 26 0 1 D5 62 41
Octal 121 235 375 104 46 0 1 325 142 101
Binary 1010001 10011101 11111101 1000100 100110 0 1 11010101 1100010 1000001

Color Harmonies of #519DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DFD

Black with #519DFD

Text Example


Text Example

White with #519DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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