Html Css Color HEX #519CE0 Picton Blue

📋 copy color: '#519CE0'

red 81 ◦ green 156 ◦ blue 224

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

Shades of Picton Blue #519CE0

Tints of Picton Blue #519CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 17.57%
G = 33.84%
B = 48.59%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#519CE0 (or 0x519CE0) is known color: Picton Blue. HEX triplet: 51, 9C and E0. RGB value is (81,156,224). Sum of RGB (Red+Green+Blue) = 81+156+224=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #519CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CE0 is #AE631F. Grayscale: #8C8C8C. Windows color (decimal): -11428640 or 14720081. OLE color: 14720081.

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

Color convert

RGB 81 156 224 -
CMYK 0.64 0.30 0 0.12
HSL 208.53º 0.7% 0.6% -
HSV(B) 208.53º 0.64% 0.88% -
XYZ 28.74 30.91 74.97 -
YUV 141.33 174.65 84.97 -
System Red Green Blue C M Y K H S L
Decimal 81 156 224 0.64 0.30 0 0.12 208.53 0.7 0.6
Hex 51 9C E0 40 1E 0 C D1 46 3C
Octal 121 234 340 100 36 0 14 321 106 74
Binary 1010001 10011100 11100000 1000000 11110 0 1100 11010001 1000110 111100

Color Harmonies of #519CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CE0

Black with #519CE0

Text Example


Text Example

White with #519CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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