Html Css Color HEX #539CDF Picton Blue

📋 copy color: '#539CDF'

red 83 ◦ green 156 ◦ blue 223

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

Shades of Picton Blue #539CDF

Tints of Picton Blue #539CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 17.97%
G = 33.77%
B = 48.27%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#539CDF (or 0x539CDF) is known color: Picton Blue. HEX triplet: 53, 9C and DF. RGB value is (83,156,223). Sum of RGB (Red+Green+Blue) = 83+156+223=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #539CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CDF is #AC6320. Grayscale: #8D8D8D. Windows color (decimal): -11297569 or 14654547. OLE color: 14654547.

HSL color Cylindrical-coordinate representation of color #539CDF: hue angle of 208.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539CDF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 156 223 -
CMYK 0.63 0.30 0 0.13
HSL 208.71º 0.69% 0.6% -
HSV(B) 208.71º 0.63% 0.87% -
XYZ 28.78 30.94 74.27 -
YUV 141.81 173.82 86.05 -
System Red Green Blue C M Y K H S L
Decimal 83 156 223 0.63 0.30 0 0.13 208.71 0.69 0.6
Hex 53 9C DF 3F 1E 0 D D1 45 3C
Octal 123 234 337 77 36 0 15 321 105 74
Binary 1010011 10011100 11011111 111111 11110 0 1101 11010001 1000101 111100

Color Harmonies of #539CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CDF

Black with #539CDF

Text Example


Text Example

White with #539CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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