Html Css Color HEX #519EDD Picton Blue

📋 copy color: '#519EDD'

red 81 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #519EDD

Tints of Picton Blue #519EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.35%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 17.61%
G = 34.35%
B = 48.04%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#519EDD (or 0x519EDD) is known color: Picton Blue. HEX triplet: 51, 9E and DD. RGB value is (81,158,221). Sum of RGB (Red+Green+Blue) = 81+158+221=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #519EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EDD is #AE6122. Grayscale: #8D8D8D. Windows color (decimal): -11428131 or 14523985. OLE color: 14523985.

HSL color Cylindrical-coordinate representation of color #519EDD: hue angle of 207º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519EDD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 158 221 -
CMYK 0.63 0.29 0 0.13
HSL 207º 0.67% 0.59% -
HSV(B) 207º 0.63% 0.87% -
XYZ 28.67 31.42 72.96 -
YUV 142.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 81 158 221 0.63 0.29 0 0.13 207 0.67 0.59
Hex 51 9E DD 3F 1D 0 D CF 43 3B
Octal 121 236 335 77 35 0 15 317 103 73
Binary 1010001 10011110 11011101 111111 11101 0 1101 11001111 1000011 111011

Color Harmonies of #519EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EDD

Black with #519EDD

Text Example


Text Example

White with #519EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,158,221); }

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

background-color css

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

 a { background-color: rgb(81,158,221); }

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

border-color css

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

 span { border-color: rgb(81,158,221); }

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