Html Css Color HEX #1C01CD Medium Blue

📋 copy color: '#1C01CD'

red 28 ◦ green 1 ◦ blue 205

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

Shades of Medium Blue #1C01CD

Tints of Medium Blue #1C01CD

RGB

 RED value IS 28 (11.33% from 255) = 11.97%

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 11.97%
G = 0.43%
B = 87.61%

CMYK

 C value IS 0.86

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C01CD (or 0x1C01CD) is known color: Medium Blue. HEX triplet: 1C, 01 and CD. RGB value is (28,1,205). Sum of RGB (Red+Green+Blue) = 28+1+205=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 205 (80.47% from 255 or 87.61% from 234); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C01CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C01CD is #E3FE32. Grayscale: #1F1F1F. Windows color (decimal): -14941747 or 13435164. OLE color: 13435164.

HSL color Cylindrical-coordinate representation of color #1C01CD: hue angle of 247.94º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C01CD is Cyan = 0.86, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 1 205 -
CMYK 0.86 1.00 0 0.20
HSL 247.94º 0.99% 0.4% -
HSV(B) 247.94º 1% 0.8% -
XYZ 11.51 4.68 58.05 -
YUV 32.33 225.45 124.91 -
System Red Green Blue C M Y K H S L
Decimal 28 1 205 0.86 1.00 0 0.20 247.94 0.99 0.4
Hex 1C 1 CD 56 64 0 14 F8 63 28
Octal 34 1 315 126 144 0 24 370 143 50
Binary 11100 1 11001101 1010110 1100100 0 10100 11111000 1100011 101000

Color Harmonies of #1C01CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C01CD

Black with #1C01CD

Text Example


Text Example

White with #1C01CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C01CD; }

 p { color: rgb(28,1,205); }

 H1.HeaderClassName
 {
   color: #1C01CD;
 }
 .AnyTagClassName
 {
   color: #1C01CD;
 }
</style>

background-color css

<style>
 a { background-color: #1C01CD; }

 a { background-color: rgb(28,1,205); }

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

border-color css

<style>
 span { border-color: #1C01CD; }

 span { border-color: rgb(28,1,205); }

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