Html Css Color HEX #0400BC Medium Blue

📋 copy color: '#0400BC'

red 4 ◦ green 0 ◦ blue 188

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

Shades of Medium Blue #0400BC

Tints of Medium Blue #0400BC

RGB

 RED value IS 4 (1.95% from 255) = 2.08%

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

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

R = 2.08%
G = 0%
B = 97.92%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0400BC (or 0x0400BC) is known color: Medium Blue. HEX triplet: 04, 00 and BC. RGB value is (4,0,188). Sum of RGB (Red+Green+Blue) = 4+0+188=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 188 (73.83% from 255 or 97.92% from 192); Max value from RGB is 188 - color contains mainly: blue. Hex color #0400BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0400BC is #FBFF43. Grayscale: #151515. Windows color (decimal): -16514884 or 12320772. OLE color: 12320772.

HSL color Cylindrical-coordinate representation of color #0400BC: hue angle of 241.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400BC is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 0 188 -
CMYK 0.98 1 0 0.26
HSL 241.28º 1% 0.37% -
HSV(B) 241.28º 1% 0.74% -
XYZ 9.13 3.66 47.8 -
YUV 22.63 221.33 114.71 -
System Red Green Blue C M Y K H S L
Decimal 4 0 188 0.98 1 0 0.26 241.28 1 0.37
Hex 4 0 BC 62 64 0 1A F1 64 25
Octal 4 0 274 142 144 0 32 361 144 45
Binary 100 0 10111100 1100010 1100100 0 11010 11110001 1100100 100101

Color Harmonies of #0400BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0400BC

Black with #0400BC

Text Example


Text Example

White with #0400BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0400BC; }

 p { color: rgb(4,0,188); }

 H1.HeaderClassName
 {
   color: #0400BC;
 }
 .AnyTagClassName
 {
   color: #0400BC;
 }
</style>

background-color css

<style>
 a { background-color: #0400BC; }

 a { background-color: rgb(4,0,188); }

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

border-color css

<style>
 span { border-color: #0400BC; }

 span { border-color: rgb(4,0,188); }

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