Html Css Color HEX #1502CD Medium Blue

📋 copy color: '#1502CD'

red 21 ◦ green 2 ◦ blue 205

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

Shades of Medium Blue #1502CD

Tints of Medium Blue #1502CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 205 (80.47% from 255) = 89.91%

R = 9.21%
G = 0.88%
B = 89.91%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1502CD (or 0x1502CD) is known color: Medium Blue. HEX triplet: 15, 02 and CD. RGB value is (21,2,205). Sum of RGB (Red+Green+Blue) = 21+2+205=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #1502CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502CD is #EAFD32. Grayscale: #1E1E1E. Windows color (decimal): -15400243 or 13435413. OLE color: 13435413.

HSL color Cylindrical-coordinate representation of color #1502CD: hue angle of 245.62º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502CD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 2 205 -
CMYK 0.90 0.99 0 0.20
HSL 245.62º 0.98% 0.41% -
HSV(B) 245.62º 0.99% 0.8% -
XYZ 11.35 4.61 58.05 -
YUV 30.82 226.29 120.99 -
System Red Green Blue C M Y K H S L
Decimal 21 2 205 0.90 0.99 0 0.20 245.62 0.98 0.41
Hex 15 2 CD 5A 63 0 14 F6 62 29
Octal 25 2 315 132 143 0 24 366 142 51
Binary 10101 10 11001101 1011010 1100011 0 10100 11110110 1100010 101001

Color Harmonies of #1502CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1502CD

Black with #1502CD

Text Example


Text Example

White with #1502CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1502CD; }

 p { color: rgb(21,2,205); }

 H1.HeaderClassName
 {
   color: #1502CD;
 }
 .AnyTagClassName
 {
   color: #1502CD;
 }
</style>

background-color css

<style>
 a { background-color: #1502CD; }

 a { background-color: rgb(21,2,205); }

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

border-color css

<style>
 span { border-color: #1502CD; }

 span { border-color: rgb(21,2,205); }

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