Html Css Color HEX #538ED8 Picton Blue

📋 copy color: '#538ED8'

red 83 ◦ green 142 ◦ blue 216

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

Shades of Picton Blue #538ED8

Tints of Picton Blue #538ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.98%

R = 18.82%
G = 32.2%
B = 48.98%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#538ED8 (or 0x538ED8) is known color: Picton Blue. HEX triplet: 53, 8E and D8. RGB value is (83,142,216). Sum of RGB (Red+Green+Blue) = 83+142+216=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #538ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ED8 is #AC7127. Grayscale: #848484. Windows color (decimal): -11301160 or 14192211. OLE color: 14192211.

HSL color Cylindrical-coordinate representation of color #538ED8: hue angle of 213.38º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538ED8 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 142 216 -
CMYK 0.62 0.34 0 0.15
HSL 213.38º 0.63% 0.59% -
HSV(B) 213.38º 0.62% 0.85% -
XYZ 25.63 26.14 68.66 -
YUV 132.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 83 142 216 0.62 0.34 0 0.15 213.38 0.63 0.59
Hex 53 8E D8 3E 22 0 F D5 3F 3B
Octal 123 216 330 76 42 0 17 325 77 73
Binary 1010011 10001110 11011000 111110 100010 0 1111 11010101 111111 111011

Color Harmonies of #538ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ED8

Black with #538ED8

Text Example


Text Example

White with #538ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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