Html Css Color HEX #1C08D8 Medium Blue

📋 copy color: '#1C08D8'

red 28 ◦ green 8 ◦ blue 216

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

Shades of Medium Blue #1C08D8

Tints of Medium Blue #1C08D8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 216 (84.77% from 255) = 85.71%

R = 11.11%
G = 3.17%
B = 85.71%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1C08D8 (or 0x1C08D8) is known color: Medium Blue. HEX triplet: 1C, 08 and D8. RGB value is (28,8,216). Sum of RGB (Red+Green+Blue) = 28+8+216=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 216 (84.77% from 255 or 85.71% from 252); Max value from RGB is 216 - color contains mainly: blue. Hex color #1C08D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C08D8 is #E3F727. Grayscale: #242424. Windows color (decimal): -14939944 or 14157852. OLE color: 14157852.

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

Color convert

RGB 28 8 216 -
CMYK 0.87 0.96 0 0.15
HSL 245.77º 0.93% 0.44% -
HSV(B) 245.77º 0.96% 0.85% -
XYZ 12.96 5.38 65.32 -
YUV 37.69 228.63 121.09 -
System Red Green Blue C M Y K H S L
Decimal 28 8 216 0.87 0.96 0 0.15 245.77 0.93 0.44
Hex 1C 8 D8 57 60 0 F F6 5D 2C
Octal 34 10 330 127 140 0 17 366 135 54
Binary 11100 1000 11011000 1010111 1100000 0 1111 11110110 1011101 101100

Color Harmonies of #1C08D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C08D8

Black with #1C08D8

Text Example


Text Example

White with #1C08D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,8,216); }

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

background-color css

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

 a { background-color: rgb(28,8,216); }

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

border-color css

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

 span { border-color: rgb(28,8,216); }

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