Html Css Color HEX #1204CD Medium Blue

📋 copy color: '#1204CD'

red 18 ◦ green 4 ◦ blue 205

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

Shades of Medium Blue #1204CD

Tints of Medium Blue #1204CD

RGB

 RED value IS 18 (7.42% from 255) = 7.93%

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 7.93%
G = 1.76%
B = 90.31%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1204CD (or 0x1204CD) is known color: Medium Blue. HEX triplet: 12, 04 and CD. RGB value is (18,4,205). Sum of RGB (Red+Green+Blue) = 18+4+205=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 205 (80.47% from 255 or 90.31% from 227); Max value from RGB is 205 - color contains mainly: blue. Hex color #1204CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1204CD is #EDFB32. Grayscale: #1E1E1E. Windows color (decimal): -15596339 or 13435922. OLE color: 13435922.

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

Color convert

RGB 18 4 205 -
CMYK 0.91 0.98 0 0.20
HSL 244.18º 0.96% 0.41% -
HSV(B) 244.18º 0.98% 0.8% -
XYZ 11.31 4.62 58.05 -
YUV 31.1 226.14 118.66 -
System Red Green Blue C M Y K H S L
Decimal 18 4 205 0.91 0.98 0 0.20 244.18 0.96 0.41
Hex 12 4 CD 5B 62 0 14 F4 60 29
Octal 22 4 315 133 142 0 24 364 140 51
Binary 10010 100 11001101 1011011 1100010 0 10100 11110100 1100000 101001

Color Harmonies of #1204CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1204CD

Black with #1204CD

Text Example


Text Example

White with #1204CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,4,205); }

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

background-color css

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

 a { background-color: rgb(18,4,205); }

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

border-color css

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

 span { border-color: rgb(18,4,205); }

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