Html Css Color HEX #153CDD Persian Blue

📋 copy color: '#153CDD'

red 21 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #153CDD

Tints of Persian Blue #153CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 6.95%
G = 19.87%
B = 73.18%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#153CDD (or 0x153CDD) is known color: Persian Blue. HEX triplet: 15, 3C and DD. RGB value is (21,60,221). Sum of RGB (Red+Green+Blue) = 21+60+221=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #153CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CDD is #EAC322. Grayscale: #424242. Windows color (decimal): -15385379 or 14498837. OLE color: 14498837.

HSL color Cylindrical-coordinate representation of color #153CDD: hue angle of 228.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153CDD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 60 221 -
CMYK 0.90 0.73 0 0.13
HSL 228.3º 0.83% 0.47% -
HSV(B) 228.3º 0.9% 0.87% -
XYZ 14.98 8.61 69.28 -
YUV 66.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 21 60 221 0.90 0.73 0 0.13 228.3 0.83 0.47
Hex 15 3C DD 5A 49 0 D E4 53 2F
Octal 25 74 335 132 111 0 15 344 123 57
Binary 10101 111100 11011101 1011010 1001001 0 1101 11100100 1010011 101111

Color Harmonies of #153CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CDD

Black with #153CDD

Text Example


Text Example

White with #153CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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