Html Css Color HEX #539CDB Picton Blue

📋 copy color: '#539CDB'

red 83 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #539CDB

Tints of Picton Blue #539CDB

RGB

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

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

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

R = 18.12%
G = 34.06%
B = 47.82%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#539CDB (or 0x539CDB) is known color: Picton Blue. HEX triplet: 53, 9C and DB. RGB value is (83,156,219). Sum of RGB (Red+Green+Blue) = 83+156+219=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #539CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CDB is #AC6324. Grayscale: #8D8D8D. Windows color (decimal): -11297573 or 14392403. OLE color: 14392403.

HSL color Cylindrical-coordinate representation of color #539CDB: hue angle of 207.79º 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 #539CDB is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 156 219 -
CMYK 0.62 0.29 0 0.14
HSL 207.79º 0.65% 0.59% -
HSV(B) 207.79º 0.62% 0.86% -
XYZ 28.24 30.73 71.46 -
YUV 141.36 171.82 86.38 -
System Red Green Blue C M Y K H S L
Decimal 83 156 219 0.62 0.29 0 0.14 207.79 0.65 0.59
Hex 53 9C DB 3E 1D 0 E D0 41 3B
Octal 123 234 333 76 35 0 16 320 101 73
Binary 1010011 10011100 11011011 111110 11101 0 1110 11010000 1000001 111011

Color Harmonies of #539CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CDB

Black with #539CDB

Text Example


Text Example

White with #539CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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