Html Css Color HEX #1538EC Persian Blue

📋 copy color: '#1538EC'

red 21 ◦ green 56 ◦ blue 236

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

Shades of Persian Blue #1538EC

Tints of Persian Blue #1538EC

RGB

 RED value IS 21 (8.59% from 255) = 6.71%

 GREEN value IS 56 (22.27% from 255) = 17.89%

 BLUE value IS 236 (92.58% from 255) = 75.4%

R = 6.71%
G = 17.89%
B = 75.4%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1538EC (or 0x1538EC) is known color: Persian Blue. HEX triplet: 15, 38 and EC. RGB value is (21,56,236). Sum of RGB (Red+Green+Blue) = 21+56+236=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #1538EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1538EC is #EAC713. Grayscale: #414141. Windows color (decimal): -15386388 or 15480853. OLE color: 15480853.

HSL color Cylindrical-coordinate representation of color #1538EC: hue angle of 230.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1538EC is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 56 236 -
CMYK 0.91 0.76 0 0.07
HSL 230.23º 0.85% 0.5% -
HSV(B) 230.23º 0.91% 0.93% -
XYZ 16.86 9.04 80.21 -
YUV 66.06 223.9 95.86 -
System Red Green Blue C M Y K H S L
Decimal 21 56 236 0.91 0.76 0 0.07 230.23 0.85 0.5
Hex 15 38 EC 5B 4C 0 7 E6 55 32
Octal 25 70 354 133 114 0 7 346 125 62
Binary 10101 111000 11101100 1011011 1001100 0 111 11100110 1010101 110010

Color Harmonies of #1538EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1538EC

Black with #1538EC

Text Example


Text Example

White with #1538EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1538EC; }

 p { color: rgb(21,56,236); }

 H1.HeaderClassName
 {
   color: #1538EC;
 }
 .AnyTagClassName
 {
   color: #1538EC;
 }
</style>

background-color css

<style>
 a { background-color: #1538EC; }

 a { background-color: rgb(21,56,236); }

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

border-color css

<style>
 span { border-color: #1538EC; }

 span { border-color: rgb(21,56,236); }

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