Html Css Color HEX #538EDB Picton Blue

📋 copy color: '#538EDB'

red 83 ◦ green 142 ◦ blue 219

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

Shades of Picton Blue #538EDB

Tints of Picton Blue #538EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.98%

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

R = 18.69%
G = 31.98%
B = 49.32%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#538EDB (or 0x538EDB) is known color: Picton Blue. HEX triplet: 53, 8E and DB. RGB value is (83,142,219). Sum of RGB (Red+Green+Blue) = 83+142+219=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #538EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EDB is #AC7124. Grayscale: #848484. Windows color (decimal): -11301157 or 14388819. OLE color: 14388819.

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

Color convert

RGB 83 142 219 -
CMYK 0.62 0.35 0 0.14
HSL 213.97º 0.65% 0.59% -
HSV(B) 213.97º 0.62% 0.86% -
XYZ 26.03 26.3 70.72 -
YUV 133.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 83 142 219 0.62 0.35 0 0.14 213.97 0.65 0.59
Hex 53 8E DB 3E 23 0 E D6 41 3B
Octal 123 216 333 76 43 0 16 326 101 73
Binary 1010011 10001110 11011011 111110 100011 0 1110 11010110 1000001 111011

Color Harmonies of #538EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EDB

Black with #538EDB

Text Example


Text Example

White with #538EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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