#2304DD

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

Shades of Medium Blue #2304DD

Tints of Medium Blue #2304DD

Color information

#2304DD (or 0x2304DD) is unknown color: approx Medium Blue. HEX triplet: 23, 04 and DD. RGB value is (35,4,221). Sum of RGB (Red+Green+Blue) = 35+4+221=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 4 (1.95% from 255 or 1.54% 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 #2304DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2304DD is #DCFB22. Grayscale: #252525. Windows color (decimal): -14482211 or 14484515. OLE color: 14484515.

HSL color Cylindrical-coordinate representation of color #2304DD: hue angle of 248.57º 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 #2304DD is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB354221-
CMYK0.840.9800.13
HSL248.57º96.44%44.12%-
HSV(B)248.57º98.19%86.67%-
XYZ13.795.6668.77-
YUV38.01231.27125.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3542210.840.9800.13248.5796.4444.12
Hex234DD54620Df9602c
Octal43433512414201537114054
Binary100011100110111011010100110001001101111110011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2304DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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