Html Css Color HEX #1C1ADE Medium Blue

📋 copy color: '#1C1ADE'

red 28 ◦ green 26 ◦ blue 222

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

Shades of Medium Blue #1C1ADE

Tints of Medium Blue #1C1ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

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

R = 10.14%
G = 9.42%
B = 80.43%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C1ADE (or 0x1C1ADE) is known color: Medium Blue. HEX triplet: 1C, 1A and DE. RGB value is (28,26,222). Sum of RGB (Red+Green+Blue) = 28+26+222=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C1ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1ADE is #E3E521. Grayscale: #303030. Windows color (decimal): -14935330 or 14555676. OLE color: 14555676.

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

Color convert

RGB 28 26 222 -
CMYK 0.87 0.88 0 0.13
HSL 240.61º 0.79% 0.49% -
HSV(B) 240.61º 0.88% 0.87% -
XYZ 14.03 6.26 69.58 -
YUV 48.94 225.66 113.06 -
System Red Green Blue C M Y K H S L
Decimal 28 26 222 0.87 0.88 0 0.13 240.61 0.79 0.49
Hex 1C 1A DE 57 58 0 D F1 4F 31
Octal 34 32 336 127 130 0 15 361 117 61
Binary 11100 11010 11011110 1010111 1011000 0 1101 11110001 1001111 110001

Color Harmonies of #1C1ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1ADE

Black with #1C1ADE

Text Example


Text Example

White with #1C1ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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