Html Css Color HEX #539EDB Picton Blue

📋 copy color: '#539EDB'

red 83 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #539EDB

Tints of Picton Blue #539EDB

RGB

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

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

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

R = 18.04%
G = 34.35%
B = 47.61%

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

#539EDB (or 0x539EDB) is known color: Picton Blue. HEX triplet: 53, 9E and DB. RGB value is (83,158,219). Sum of RGB (Red+Green+Blue) = 83+158+219=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #539EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EDB is #AC6124. Grayscale: #8E8E8E. Windows color (decimal): -11297061 or 14392915. OLE color: 14392915.

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

Color convert

RGB 83 158 219 -
CMYK 0.62 0.28 0 0.14
HSL 206.91º 0.65% 0.59% -
HSV(B) 206.91º 0.62% 0.86% -
XYZ 28.58 31.41 71.57 -
YUV 142.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 83 158 219 0.62 0.28 0 0.14 206.91 0.65 0.59
Hex 53 9E DB 3E 1C 0 E CF 41 3B
Octal 123 236 333 76 34 0 16 317 101 73
Binary 1010011 10011110 11011011 111110 11100 0 1110 11001111 1000001 111011

Color Harmonies of #539EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EDB

Black with #539EDB

Text Example


Text Example

White with #539EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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