Html Css Color HEX #519DDE Picton Blue

📋 copy color: '#519DDE'

red 81 ◦ green 157 ◦ blue 222

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

Shades of Picton Blue #519DDE

Tints of Picton Blue #519DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 17.61%
G = 34.13%
B = 48.26%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#519DDE (or 0x519DDE) is known color: Picton Blue. HEX triplet: 51, 9D and DE. RGB value is (81,157,222). Sum of RGB (Red+Green+Blue) = 81+157+222=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #519DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DDE is #AE6221. Grayscale: #8D8D8D. Windows color (decimal): -11428386 or 14589265. OLE color: 14589265.

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

Color convert

RGB 81 157 222 -
CMYK 0.64 0.29 0 0.13
HSL 207.66º 0.68% 0.59% -
HSV(B) 207.66º 0.64% 0.87% -
XYZ 28.64 31.14 73.61 -
YUV 141.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 81 157 222 0.64 0.29 0 0.13 207.66 0.68 0.59
Hex 51 9D DE 40 1D 0 D D0 44 3B
Octal 121 235 336 100 35 0 15 320 104 73
Binary 1010001 10011101 11011110 1000000 11101 0 1101 11010000 1000100 111011

Color Harmonies of #519DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DDE

Black with #519DDE

Text Example


Text Example

White with #519DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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