#0414BF

Color #0414BF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0414BF

Tints of Medium Blue #0414BF

Color information

#0414BF (or 0x0414BF) is unknown color: approx Medium Blue. HEX triplet: 04, 14 and BF. RGB value is (4,20,191). Sum of RGB (Red+Green+Blue) = 4+20+191=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 191 (75% from 255 or 88.84% from 215); Max value from RGB is 191 - color contains mainly: blue. Hex color #0414BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0414BF is #FBEB40. Grayscale: #222222. Windows color (decimal): -16509761 or 12522500. OLE color: 12522500.

HSL color Cylindrical-coordinate representation of color #0414BF: hue angle of 234.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0414BF is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB420191-
CMYK0.980.9000.25
HSL234.87º95.9%38.24%-
HSV(B)234.87º97.91%74.9%-
XYZ9.74.2949.61-
YUV34.71216.2106.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 191 (75% from 255) = 88.84%
R=1.86%
G=9.30%
B=88.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4201910.980.9000.25234.8795.938.24
Hex414BF625A019eb6026
Octal42427714213203135314046
Binary100101001011111111000101011010011001111010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0414BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0414BF; }

 p { color: rgb(4,20,191); }

 H1.HeaderClassName
 {
   color: #0414BF;
 }
 .AnyTagClassName
 {
   color: #0414BF;
 }
</style>
background-color css

<style>
 a { background-color: #0414BF; }

 a { background-color: rgb(4,20,191); }

 div.DivClassName
 {
   background-color: #0414BF;
 }
 .BgClassName
 {
   background-color: #0414BF;
 }
</style>
border-color css

<style>
 span { border-color: #0414BF; }

 span { border-color: rgb(4,20,191); }

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