Html Css Color HEX #538EDA Picton Blue

📋 copy color: '#538EDA'

red 83 ◦ green 142 ◦ blue 218

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

Shades of Picton Blue #538EDA

Tints of Picton Blue #538EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 18.74%
G = 32.05%
B = 49.21%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#538EDA (or 0x538EDA) is known color: Picton Blue. HEX triplet: 53, 8E and DA. RGB value is (83,142,218). Sum of RGB (Red+Green+Blue) = 83+142+218=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #538EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EDA is #AC7125. Grayscale: #848484. Windows color (decimal): -11301158 or 14323283. OLE color: 14323283.

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

Color convert

RGB 83 142 218 -
CMYK 0.62 0.35 0 0.15
HSL 213.78º 0.65% 0.59% -
HSV(B) 213.78º 0.62% 0.85% -
XYZ 25.9 26.25 70.03 -
YUV 133.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 83 142 218 0.62 0.35 0 0.15 213.78 0.65 0.59
Hex 53 8E DA 3E 23 0 F D6 41 3B
Octal 123 216 332 76 43 0 17 326 101 73
Binary 1010011 10001110 11011010 111110 100011 0 1111 11010110 1000001 111011

Color Harmonies of #538EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EDA

Black with #538EDA

Text Example


Text Example

White with #538EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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