Html Css Color HEX #153EDC Persian Blue

📋 copy color: '#153EDC'

red 21 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #153EDC

Tints of Persian Blue #153EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

 BLUE value IS 220 (86.33% from 255) = 72.61%

R = 6.93%
G = 20.46%
B = 72.61%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#153EDC (or 0x153EDC) is known color: Persian Blue. HEX triplet: 15, 3E and DC. RGB value is (21,62,220). Sum of RGB (Red+Green+Blue) = 21+62+220=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #153EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EDC is #EAC123. Grayscale: #434343. Windows color (decimal): -15384868 or 14433813. OLE color: 14433813.

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

Color convert

RGB 21 62 220 -
CMYK 0.90 0.72 0 0.14
HSL 227.64º 0.83% 0.47% -
HSV(B) 227.64º 0.9% 0.86% -
XYZ 14.95 8.77 68.62 -
YUV 67.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 21 62 220 0.90 0.72 0 0.14 227.64 0.83 0.47
Hex 15 3E DC 5A 48 0 E E4 53 2F
Octal 25 76 334 132 110 0 16 344 123 57
Binary 10101 111110 11011100 1011010 1001000 0 1110 11100100 1010011 101111

Color Harmonies of #153EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EDC

Black with #153EDC

Text Example


Text Example

White with #153EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,62,220); }

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

background-color css

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

 a { background-color: rgb(21,62,220); }

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

border-color css

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

 span { border-color: rgb(21,62,220); }

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