Html Css Color HEX #1C0ADF Medium Blue

📋 copy color: '#1C0ADF'

red 28 ◦ green 10 ◦ blue 223

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

Shades of Medium Blue #1C0ADF

Tints of Medium Blue #1C0ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.83%

 BLUE value IS 223 (87.5% from 255) = 85.44%

R = 10.73%
G = 3.83%
B = 85.44%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C0ADF (or 0x1C0ADF) is known color: Medium Blue. HEX triplet: 1C, 0A and DF. RGB value is (28,10,223). Sum of RGB (Red+Green+Blue) = 28+10+223=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C0ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0ADF is #E3F520. Grayscale: #262626. Windows color (decimal): -14939425 or 14617116. OLE color: 14617116.

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

Color convert

RGB 28 10 223 -
CMYK 0.87 0.96 0 0.13
HSL 245.07º 0.91% 0.46% -
HSV(B) 245.07º 0.96% 0.87% -
XYZ 13.91 5.79 70.2 -
YUV 39.66 231.46 119.68 -
System Red Green Blue C M Y K H S L
Decimal 28 10 223 0.87 0.96 0 0.13 245.07 0.91 0.46
Hex 1C A DF 57 60 0 D F5 5B 2E
Octal 34 12 337 127 140 0 15 365 133 56
Binary 11100 1010 11011111 1010111 1100000 0 1101 11110101 1011011 101110

Color Harmonies of #1C0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0ADF

Black with #1C0ADF

Text Example


Text Example

White with #1C0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,10,223); }

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

background-color css

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

 a { background-color: rgb(28,10,223); }

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

border-color css

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

 span { border-color: rgb(28,10,223); }

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