Html Css Color HEX #519CDF Picton Blue

📋 copy color: '#519CDF'

red 81 ◦ green 156 ◦ blue 223

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

Shades of Picton Blue #519CDF

Tints of Picton Blue #519CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.91%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 17.61%
G = 33.91%
B = 48.48%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#519CDF (or 0x519CDF) is known color: Picton Blue. HEX triplet: 51, 9C and DF. RGB value is (81,156,223). Sum of RGB (Red+Green+Blue) = 81+156+223=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #519CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CDF is #AE6320. Grayscale: #8C8C8C. Windows color (decimal): -11428641 or 14654545. OLE color: 14654545.

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

Color convert

RGB 81 156 223 -
CMYK 0.64 0.30 0 0.13
HSL 208.31º 0.69% 0.6% -
HSV(B) 208.31º 0.64% 0.87% -
XYZ 28.6 30.85 74.26 -
YUV 141.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 81 156 223 0.64 0.30 0 0.13 208.31 0.69 0.6
Hex 51 9C DF 40 1E 0 D D0 45 3C
Octal 121 234 337 100 36 0 15 320 105 74
Binary 1010001 10011100 11011111 1000000 11110 0 1101 11010000 1000101 111100

Color Harmonies of #519CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CDF

Black with #519CDF

Text Example


Text Example

White with #519CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,156,223); }

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

background-color css

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

 a { background-color: rgb(81,156,223); }

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

border-color css

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

 span { border-color: rgb(81,156,223); }

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