Html Css Color HEX #519BFC Cornflower Blue

📋 copy color: '#519BFC'

red 81 ◦ green 155 ◦ blue 252

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

Shades of Cornflower Blue #519BFC

Tints of Cornflower Blue #519BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.76%

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

R = 16.6%
G = 31.76%
B = 51.64%

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

#519BFC (or 0x519BFC) is known color: Cornflower Blue. HEX triplet: 51, 9B and FC. RGB value is (81,155,252). Sum of RGB (Red+Green+Blue) = 81+155+252=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #519BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BFC is #AE6403. Grayscale: #8F8F8F. Windows color (decimal): -11428868 or 16554833. OLE color: 16554833.

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

Color convert

RGB 81 155 252 -
CMYK 0.68 0.38 0 0.01
HSL 214.04º 0.97% 0.65% -
HSV(B) 214.04º 0.68% 0.99% -
XYZ 32.69 32.22 96.59 -
YUV 143.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 81 155 252 0.68 0.38 0 0.01 214.04 0.97 0.65
Hex 51 9B FC 44 26 0 1 D6 61 41
Octal 121 233 374 104 46 0 1 326 141 101
Binary 1010001 10011011 11111100 1000100 100110 0 1 11010110 1100001 1000001

Color Harmonies of #519BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BFC

Black with #519BFC

Text Example


Text Example

White with #519BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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