Html Css Color HEX #519BDA Picton Blue

📋 copy color: '#519BDA'

red 81 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #519BDA

Tints of Picton Blue #519BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 17.84%
G = 34.14%
B = 48.02%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#519BDA (or 0x519BDA) is known color: Picton Blue. HEX triplet: 51, 9B and DA. RGB value is (81,155,218). Sum of RGB (Red+Green+Blue) = 81+155+218=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #519BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BDA is #AE6425. Grayscale: #8B8B8B. Windows color (decimal): -11428902 or 14326609. OLE color: 14326609.

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

Color convert

RGB 81 155 218 -
CMYK 0.63 0.29 0 0.15
HSL 207.59º 0.65% 0.59% -
HSV(B) 207.59º 0.63% 0.85% -
XYZ 27.77 30.25 70.71 -
YUV 140.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 81 155 218 0.63 0.29 0 0.15 207.59 0.65 0.59
Hex 51 9B DA 3F 1D 0 F D0 41 3B
Octal 121 233 332 77 35 0 17 320 101 73
Binary 1010001 10011011 11011010 111111 11101 0 1111 11010000 1000001 111011

Color Harmonies of #519BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BDA

Black with #519BDA

Text Example


Text Example

White with #519BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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