Html Css Color HEX #519DFE Cornflower Blue

📋 copy color: '#519DFE'

red 81 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #519DFE

Tints of Cornflower Blue #519DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 16.46%
G = 31.91%
B = 51.63%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#519DFE (or 0x519DFE) is known color: Cornflower Blue. HEX triplet: 51, 9D and FE. RGB value is (81,157,254). Sum of RGB (Red+Green+Blue) = 81+157+254=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #519DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DFE is #AE6201. Grayscale: #909090. Windows color (decimal): -11428354 or 16686417. OLE color: 16686417.

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

Color convert

RGB 81 157 254 -
CMYK 0.68 0.38 0 0.00
HSL 213.64º 0.99% 0.66% -
HSV(B) 213.64º 0.68% 1% -
XYZ 33.34 33.02 98.38 -
YUV 145.33 189.32 82.11 -
System Red Green Blue C M Y K H S L
Decimal 81 157 254 0.68 0.38 0 0.00 213.64 0.99 0.66
Hex 51 9D FE 44 26 0 0 D6 63 42
Octal 121 235 376 104 46 0 0 326 143 102
Binary 1010001 10011101 11111110 1000100 100110 0 0 11010110 1100011 1000010

Color Harmonies of #519DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DFE

Black with #519DFE

Text Example


Text Example

White with #519DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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