Html Css Color HEX #153DEE Persian Blue

📋 copy color: '#153DEE'

red 21 ◦ green 61 ◦ blue 238

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

Shades of Persian Blue #153DEE

Tints of Persian Blue #153DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

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

R = 6.56%
G = 19.06%
B = 74.38%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#153DEE (or 0x153DEE) is known color: Persian Blue. HEX triplet: 15, 3D and EE. RGB value is (21,61,238). Sum of RGB (Red+Green+Blue) = 21+61+238=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #153DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DEE is #EAC211. Grayscale: #444444. Windows color (decimal): -15385106 or 15613205. OLE color: 15613205.

HSL color Cylindrical-coordinate representation of color #153DEE: hue angle of 228.94º 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 #153DEE is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 61 238 -
CMYK 0.91 0.74 0 0.07
HSL 228.94º 0.86% 0.51% -
HSV(B) 228.94º 0.91% 0.93% -
XYZ 17.41 9.67 81.84 -
YUV 69.22 223.25 93.61 -
System Red Green Blue C M Y K H S L
Decimal 21 61 238 0.91 0.74 0 0.07 228.94 0.86 0.51
Hex 15 3D EE 5B 4A 0 7 E5 56 33
Octal 25 75 356 133 112 0 7 345 126 63
Binary 10101 111101 11101110 1011011 1001010 0 111 11100101 1010110 110011

Color Harmonies of #153DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DEE

Black with #153DEE

Text Example


Text Example

White with #153DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153DEE; }

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

 H1.HeaderClassName
 {
   color: #153DEE;
 }
 .AnyTagClassName
 {
   color: #153DEE;
 }
</style>

background-color css

<style>
 a { background-color: #153DEE; }

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

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

border-color css

<style>
 span { border-color: #153DEE; }

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

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