Html Css Color HEX #519DCE Picton Blue

📋 copy color: '#519DCE'

red 81 ◦ green 157 ◦ blue 206

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

Shades of Picton Blue #519DCE

Tints of Picton Blue #519DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 18.24%
G = 35.36%
B = 46.4%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#519DCE (or 0x519DCE) is known color: Picton Blue. HEX triplet: 51, 9D and CE. RGB value is (81,157,206). Sum of RGB (Red+Green+Blue) = 81+157+206=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #519DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DCE is #AE6231. Grayscale: #8B8B8B. Windows color (decimal): -11428402 or 13540689. OLE color: 13540689.

HSL color Cylindrical-coordinate representation of color #519DCE: hue angle of 203.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519DCE is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 157 206 -
CMYK 0.61 0.24 0 0.19
HSL 203.52º 0.56% 0.56% -
HSV(B) 203.52º 0.61% 0.81% -
XYZ 26.59 30.32 62.84 -
YUV 139.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 81 157 206 0.61 0.24 0 0.19 203.52 0.56 0.56
Hex 51 9D CE 3D 18 0 13 CC 38 38
Octal 121 235 316 75 30 0 23 314 70 70
Binary 1010001 10011101 11001110 111101 11000 0 10011 11001100 111000 111000

Color Harmonies of #519DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DCE

Black with #519DCE

Text Example


Text Example

White with #519DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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