Html Css Color HEX #1505CD Medium Blue

📋 copy color: '#1505CD'

red 21 ◦ green 5 ◦ blue 205

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

Shades of Medium Blue #1505CD

Tints of Medium Blue #1505CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 9.09%
G = 2.16%
B = 88.74%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1505CD (or 0x1505CD) is known color: Medium Blue. HEX triplet: 15, 05 and CD. RGB value is (21,5,205). Sum of RGB (Red+Green+Blue) = 21+5+205=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 205 (80.47% from 255 or 88.74% from 231); Max value from RGB is 205 - color contains mainly: blue. Hex color #1505CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505CD is #EAFA32. Grayscale: #1F1F1F. Windows color (decimal): -15399475 or 13436181. OLE color: 13436181.

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

Color convert

RGB 21 5 205 -
CMYK 0.90 0.98 0 0.20
HSL 244.8º 0.95% 0.41% -
HSV(B) 244.8º 0.98% 0.8% -
XYZ 11.38 4.68 58.06 -
YUV 32.58 225.3 119.74 -
System Red Green Blue C M Y K H S L
Decimal 21 5 205 0.90 0.98 0 0.20 244.8 0.95 0.41
Hex 15 5 CD 5A 62 0 14 F5 5F 29
Octal 25 5 315 132 142 0 24 365 137 51
Binary 10101 101 11001101 1011010 1100010 0 10100 11110101 1011111 101001

Color Harmonies of #1505CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1505CD

Black with #1505CD

Text Example


Text Example

White with #1505CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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