Html Css Color HEX #539EDC Picton Blue

📋 copy color: '#539EDC'

red 83 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #539EDC

Tints of Picton Blue #539EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.27%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 18%
G = 34.27%
B = 47.72%

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

#539EDC (or 0x539EDC) is known color: Picton Blue. HEX triplet: 53, 9E and DC. RGB value is (83,158,220). Sum of RGB (Red+Green+Blue) = 83+158+220=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #539EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EDC is #AC6123. Grayscale: #8E8E8E. Windows color (decimal): -11297060 or 14458451. OLE color: 14458451.

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

Color convert

RGB 83 158 220 -
CMYK 0.62 0.28 0 0.14
HSL 207.15º 0.66% 0.59% -
HSV(B) 207.15º 0.62% 0.86% -
XYZ 28.71 31.46 72.27 -
YUV 142.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 83 158 220 0.62 0.28 0 0.14 207.15 0.66 0.59
Hex 53 9E DC 3E 1C 0 E CF 42 3B
Octal 123 236 334 76 34 0 16 317 102 73
Binary 1010011 10011110 11011100 111110 11100 0 1110 11001111 1000010 111011

Color Harmonies of #539EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EDC

Black with #539EDC

Text Example


Text Example

White with #539EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,158,220); }

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

background-color css

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

 a { background-color: rgb(83,158,220); }

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

border-color css

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

 span { border-color: rgb(83,158,220); }

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