Html Css Color HEX #5198DB Picton Blue

📋 copy color: '#5198DB'

red 81 ◦ green 152 ◦ blue 219

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

Shades of Picton Blue #5198DB

Tints of Picton Blue #5198DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.63%

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 17.92%
G = 33.63%
B = 48.45%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5198DB (or 0x5198DB) is known color: Picton Blue. HEX triplet: 51, 98 and DB. RGB value is (81,152,219). Sum of RGB (Red+Green+Blue) = 81+152+219=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #5198DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5198DB is #AE6724. Grayscale: #8A8A8A. Windows color (decimal): -11429669 or 14391377. OLE color: 14391377.

HSL color Cylindrical-coordinate representation of color #5198DB: hue angle of 209.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5198DB is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 152 219 -
CMYK 0.63 0.31 0 0.14
HSL 209.13º 0.66% 0.59% -
HSV(B) 209.13º 0.63% 0.86% -
XYZ 27.41 29.32 71.23 -
YUV 138.41 173.48 87.05 -
System Red Green Blue C M Y K H S L
Decimal 81 152 219 0.63 0.31 0 0.14 209.13 0.66 0.59
Hex 51 98 DB 3F 1F 0 E D1 42 3B
Octal 121 230 333 77 37 0 16 321 102 73
Binary 1010001 10011000 11011011 111111 11111 0 1110 11010001 1000010 111011

Color Harmonies of #5198DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5198DB

Black with #5198DB

Text Example


Text Example

White with #5198DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5198DB; }

 p { color: rgb(81,152,219); }

 H1.HeaderClassName
 {
   color: #5198DB;
 }
 .AnyTagClassName
 {
   color: #5198DB;
 }
</style>

background-color css

<style>
 a { background-color: #5198DB; }

 a { background-color: rgb(81,152,219); }

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

border-color css

<style>
 span { border-color: #5198DB; }

 span { border-color: rgb(81,152,219); }

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