Html Css Color HEX #1538EE Persian Blue

📋 copy color: '#1538EE'

red 21 ◦ green 56 ◦ blue 238

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

Shades of Persian Blue #1538EE

Tints of Persian Blue #1538EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 75.56%

R = 6.67%
G = 17.78%
B = 75.56%

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

#1538EE (or 0x1538EE) is known color: Persian Blue. HEX triplet: 15, 38 and EE. RGB value is (21,56,238). Sum of RGB (Red+Green+Blue) = 21+56+238=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #1538EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1538EE is #EAC711. Grayscale: #414141. Windows color (decimal): -15386386 or 15611925. OLE color: 15611925.

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

Color convert

RGB 21 56 238 -
CMYK 0.91 0.76 0 0.07
HSL 230.32º 0.86% 0.51% -
HSV(B) 230.32º 0.91% 0.93% -
XYZ 17.16 9.16 81.75 -
YUV 66.28 224.9 95.7 -
System Red Green Blue C M Y K H S L
Decimal 21 56 238 0.91 0.76 0 0.07 230.32 0.86 0.51
Hex 15 38 EE 5B 4C 0 7 E6 56 33
Octal 25 70 356 133 114 0 7 346 126 63
Binary 10101 111000 11101110 1011011 1001100 0 111 11100110 1010110 110011

Color Harmonies of #1538EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1538EE

Black with #1538EE

Text Example


Text Example

White with #1538EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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