Html Css Color HEX #0403BC Medium Blue

📋 copy color: '#0403BC'

red 4 ◦ green 3 ◦ blue 188

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

Shades of Medium Blue #0403BC

Tints of Medium Blue #0403BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 2.05%
G = 1.54%
B = 96.41%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0403BC (or 0x0403BC) is known color: Medium Blue. HEX triplet: 04, 03 and BC. RGB value is (4,3,188). Sum of RGB (Red+Green+Blue) = 4+3+188=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 188 (73.83% from 255 or 96.41% from 195); Max value from RGB is 188 - color contains mainly: blue. Hex color #0403BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0403BC is #FBFC43. Grayscale: #171717. Windows color (decimal): -16514116 or 12321540. OLE color: 12321540.

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

Color convert

RGB 4 3 188 -
CMYK 0.98 0.98 0 0.26
HSL 240.32º 0.97% 0.37% -
HSV(B) 240.32º 0.98% 0.74% -
XYZ 9.16 3.72 47.81 -
YUV 24.39 220.33 113.46 -
System Red Green Blue C M Y K H S L
Decimal 4 3 188 0.98 0.98 0 0.26 240.32 0.97 0.37
Hex 4 3 BC 62 62 0 1A F0 61 25
Octal 4 3 274 142 142 0 32 360 141 45
Binary 100 11 10111100 1100010 1100010 0 11010 11110000 1100001 100101

Color Harmonies of #0403BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0403BC

Black with #0403BC

Text Example


Text Example

White with #0403BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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