Html Css Color HEX #153CD2 Persian Blue

📋 copy color: '#153CD2'

red 21 ◦ green 60 ◦ blue 210

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

Shades of Persian Blue #153CD2

Tints of Persian Blue #153CD2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.62%

 BLUE value IS 210 (82.42% from 255) = 72.16%

R = 7.22%
G = 20.62%
B = 72.16%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#153CD2 (or 0x153CD2) is known color: Persian Blue. HEX triplet: 15, 3C and D2. RGB value is (21,60,210). Sum of RGB (Red+Green+Blue) = 21+60+210=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #153CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CD2 is #EAC32D. Grayscale: #404040. Windows color (decimal): -15385390 or 13777941. OLE color: 13777941.

HSL color Cylindrical-coordinate representation of color #153CD2: hue angle of 227.62º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153CD2 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 60 210 -
CMYK 0.90 0.71 0 0.18
HSL 227.62º 0.82% 0.45% -
HSV(B) 227.62º 0.9% 0.82% -
XYZ 13.56 8.04 61.81 -
YUV 65.44 209.58 96.3 -
System Red Green Blue C M Y K H S L
Decimal 21 60 210 0.90 0.71 0 0.18 227.62 0.82 0.45
Hex 15 3C D2 5A 47 0 12 E4 52 2D
Octal 25 74 322 132 107 0 22 344 122 55
Binary 10101 111100 11010010 1011010 1000111 0 10010 11100100 1010010 101101

Color Harmonies of #153CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CD2

Black with #153CD2

Text Example


Text Example

White with #153CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,210); }

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

background-color css

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

 a { background-color: rgb(21,60,210); }

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

border-color css

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

 span { border-color: rgb(21,60,210); }

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