Html Css Color HEX #1C08BC Medium Blue

📋 copy color: '#1C08BC'

red 28 ◦ green 8 ◦ blue 188

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

Shades of Medium Blue #1C08BC

Tints of Medium Blue #1C08BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 83.93%

R = 12.5%
G = 3.57%
B = 83.93%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C08BC (or 0x1C08BC) is known color: Medium Blue. HEX triplet: 1C, 08 and BC. RGB value is (28,8,188). Sum of RGB (Red+Green+Blue) = 28+8+188=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C08BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C08BC is #E3F743. Grayscale: #212121. Windows color (decimal): -14939972 or 12322844. OLE color: 12322844.

HSL color Cylindrical-coordinate representation of color #1C08BC: hue angle of 246.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C08BC is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 8 188 -
CMYK 0.85 0.96 0 0.26
HSL 246.67º 0.92% 0.38% -
HSV(B) 246.67º 0.96% 0.74% -
XYZ 9.64 4.05 47.85 -
YUV 34.5 214.63 123.36 -
System Red Green Blue C M Y K H S L
Decimal 28 8 188 0.85 0.96 0 0.26 246.67 0.92 0.38
Hex 1C 8 BC 55 60 0 1A F7 5C 26
Octal 34 10 274 125 140 0 32 367 134 46
Binary 11100 1000 10111100 1010101 1100000 0 11010 11110111 1011100 100110

Color Harmonies of #1C08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C08BC

Black with #1C08BC

Text Example


Text Example

White with #1C08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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