Html Css Color HEX #1C00DE Medium Blue

📋 copy color: '#1C00DE'

red 28 ◦ green 0 ◦ blue 222

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

Shades of Medium Blue #1C00DE

Tints of Medium Blue #1C00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 88.8%

R = 11.2%
G = 0%
B = 88.8%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C00DE (or 0x1C00DE) is known color: Medium Blue. HEX triplet: 1C, 00 and DE. RGB value is (28,0,222). Sum of RGB (Red+Green+Blue) = 28+0+222=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 222 (87.11% from 255 or 88.8% from 250); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00DE is #E3FF21. Grayscale: #202020. Windows color (decimal): -14941986 or 14549020. OLE color: 14549020.

HSL color Cylindrical-coordinate representation of color #1C00DE: hue angle of 247.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C00DE is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 0 222 -
CMYK 0.87 1 0 0.13
HSL 247.57º 1% 0.44% -
HSV(B) 247.57º 1% 0.87% -
XYZ 13.66 5.52 69.45 -
YUV 33.68 234.28 123.95 -
System Red Green Blue C M Y K H S L
Decimal 28 0 222 0.87 1 0 0.13 247.57 1 0.44
Hex 1C 0 DE 57 64 0 D F8 64 2C
Octal 34 0 336 127 144 0 15 370 144 54
Binary 11100 0 11011110 1010111 1100100 0 1101 11111000 1100100 101100

Color Harmonies of #1C00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C00DE

Black with #1C00DE

Text Example


Text Example

White with #1C00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,0,222); }

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

background-color css

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

 a { background-color: rgb(28,0,222); }

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

border-color css

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

 span { border-color: rgb(28,0,222); }

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