Html Css Color HEX #1405CD Medium Blue

📋 copy color: '#1405CD'

red 20 ◦ green 5 ◦ blue 205

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

Shades of Medium Blue #1405CD

Tints of Medium Blue #1405CD

RGB

 RED value IS 20 (8.2% from 255) = 8.7%

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

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

R = 8.7%
G = 2.17%
B = 89.13%

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

#1405CD (or 0x1405CD) is known color: Medium Blue. HEX triplet: 14, 05 and CD. RGB value is (20,5,205). Sum of RGB (Red+Green+Blue) = 20+5+205=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 205 (80.47% from 255 or 89.13% from 230); Max value from RGB is 205 - color contains mainly: blue. Hex color #1405CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1405CD is #EBFA32. Grayscale: #1F1F1F. Windows color (decimal): -15465011 or 13436180. OLE color: 13436180.

HSL color Cylindrical-coordinate representation of color #1405CD: hue angle of 244.5º 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 #1405CD is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 5 205 -
CMYK 0.90 0.98 0 0.20
HSL 244.5º 0.95% 0.41% -
HSV(B) 244.5º 0.98% 0.8% -
XYZ 11.36 4.67 58.06 -
YUV 32.29 225.47 119.24 -
System Red Green Blue C M Y K H S L
Decimal 20 5 205 0.90 0.98 0 0.20 244.5 0.95 0.41
Hex 14 5 CD 5A 62 0 14 F4 5F 29
Octal 24 5 315 132 142 0 24 364 137 51
Binary 10100 101 11001101 1011010 1100010 0 10100 11110100 1011111 101001

Color Harmonies of #1405CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1405CD

Black with #1405CD

Text Example


Text Example

White with #1405CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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