Html Css Color HEX #1202CD Medium Blue

📋 copy color: '#1202CD'

red 18 ◦ green 2 ◦ blue 205

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

Shades of Medium Blue #1202CD

Tints of Medium Blue #1202CD

RGB

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

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

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

R = 8%
G = 0.89%
B = 91.11%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1202CD (or 0x1202CD) is known color: Medium Blue. HEX triplet: 12, 02 and CD. RGB value is (18,2,205). Sum of RGB (Red+Green+Blue) = 18+2+205=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 205 (80.47% from 255 or 91.11% from 225); Max value from RGB is 205 - color contains mainly: blue. Hex color #1202CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202CD is #EDFD32. Grayscale: #1D1D1D. Windows color (decimal): -15596851 or 13435410. OLE color: 13435410.

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

Color convert

RGB 18 2 205 -
CMYK 0.91 0.99 0 0.20
HSL 244.73º 0.98% 0.41% -
HSV(B) 244.73º 0.99% 0.8% -
XYZ 11.29 4.58 58.05 -
YUV 29.93 226.8 119.49 -
System Red Green Blue C M Y K H S L
Decimal 18 2 205 0.91 0.99 0 0.20 244.73 0.98 0.41
Hex 12 2 CD 5B 63 0 14 F5 62 29
Octal 22 2 315 133 143 0 24 365 142 51
Binary 10010 10 11001101 1011011 1100011 0 10100 11110101 1100010 101001

Color Harmonies of #1202CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1202CD

Black with #1202CD

Text Example


Text Example

White with #1202CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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