Html Css Color HEX #539DDB Picton Blue

📋 copy color: '#539DDB'

red 83 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #539DDB

Tints of Picton Blue #539DDB

RGB

 RED value IS 83 (32.81% from 255) = 18.08%

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

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

R = 18.08%
G = 34.2%
B = 47.71%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#539DDB (or 0x539DDB) is known color: Picton Blue. HEX triplet: 53, 9D and DB. RGB value is (83,157,219). Sum of RGB (Red+Green+Blue) = 83+157+219=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #539DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DDB is #AC6224. Grayscale: #8D8D8D. Windows color (decimal): -11297317 or 14392659. OLE color: 14392659.

HSL color Cylindrical-coordinate representation of color #539DDB: hue angle of 207.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #539DDB is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 157 219 -
CMYK 0.62 0.28 0 0.14
HSL 207.35º 0.65% 0.59% -
HSV(B) 207.35º 0.62% 0.86% -
XYZ 28.41 31.07 71.52 -
YUV 141.94 171.48 85.96 -
System Red Green Blue C M Y K H S L
Decimal 83 157 219 0.62 0.28 0 0.14 207.35 0.65 0.59
Hex 53 9D DB 3E 1C 0 E CF 41 3B
Octal 123 235 333 76 34 0 16 317 101 73
Binary 1010011 10011101 11011011 111110 11100 0 1110 11001111 1000001 111011

Color Harmonies of #539DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539DDB

Black with #539DDB

Text Example


Text Example

White with #539DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539DDB; }

 p { color: rgb(83,157,219); }

 H1.HeaderClassName
 {
   color: #539DDB;
 }
 .AnyTagClassName
 {
   color: #539DDB;
 }
</style>

background-color css

<style>
 a { background-color: #539DDB; }

 a { background-color: rgb(83,157,219); }

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

border-color css

<style>
 span { border-color: #539DDB; }

 span { border-color: rgb(83,157,219); }

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