#0423DD

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

Shades of Medium Blue #0423DD

Tints of Medium Blue #0423DD

Color information

#0423DD (or 0x0423DD) is unknown color: approx Medium Blue. HEX triplet: 04, 23 and DD. RGB value is (4,35,221). Sum of RGB (Red+Green+Blue) = 4+35+221=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 221 (86.72% from 255 or 85% from 260); Max value from RGB is 221 - color contains mainly: blue. Hex color #0423DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0423DD is #FBDC22. Grayscale: #2E2E2E. Windows color (decimal): -16505891 or 14492420. OLE color: 14492420.

HSL color Cylindrical-coordinate representation of color #0423DD: hue angle of 231.43º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423DD is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB435221-
CMYK0.980.8400.13
HSL231.43º96.44%44.12%-
HSV(B)231.43º98.19%86.67%-
XYZ13.76.4568.93-
YUV46.94226.2397.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 35 (14.06% from 255) = 13.46%
BLUE value IS 221 (86.72% from 255) = 85%
R=1.54%
G=13.46%
B=85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4352210.980.8400.13231.4396.4444.12
Hex423DD62540De7602c
Octal44333514212401534714054
Binary100100011110111011100010101010001101111001111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0423DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0423DD; }

 p { color: rgb(4,35,221); }

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

<style>
 a { background-color: #0423DD; }

 a { background-color: rgb(4,35,221); }

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

<style>
 span { border-color: #0423DD; }

 span { border-color: rgb(4,35,221); }

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