Html Css Color HEX #519AFE Cornflower Blue

📋 copy color: '#519AFE'

red 81 ◦ green 154 ◦ blue 254

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

Shades of Cornflower Blue #519AFE

Tints of Cornflower Blue #519AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

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

R = 16.56%
G = 31.49%
B = 51.94%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#519AFE (or 0x519AFE) is known color: Cornflower Blue. HEX triplet: 51, 9A and FE. RGB value is (81,154,254). Sum of RGB (Red+Green+Blue) = 81+154+254=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #519AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519AFE is #AE6501. Grayscale: #8F8F8F. Windows color (decimal): -11429122 or 16685649. OLE color: 16685649.

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

Color convert

RGB 81 154 254 -
CMYK 0.68 0.39 0 0.00
HSL 214.68º 0.99% 0.66% -
HSV(B) 214.68º 0.68% 1% -
XYZ 32.84 32.02 98.21 -
YUV 143.57 190.32 83.37 -
System Red Green Blue C M Y K H S L
Decimal 81 154 254 0.68 0.39 0 0.00 214.68 0.99 0.66
Hex 51 9A FE 44 27 0 0 D7 63 42
Octal 121 232 376 104 47 0 0 327 143 102
Binary 1010001 10011010 11111110 1000100 100111 0 0 11010111 1100011 1000010

Color Harmonies of #519AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AFE

Black with #519AFE

Text Example


Text Example

White with #519AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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