Html Css Color HEX #0410DD Medium Blue

📋 copy color: '#0410DD'

red 4 ◦ green 16 ◦ blue 221

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

Shades of Medium Blue #0410DD

Tints of Medium Blue #0410DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 221 (86.72% from 255) = 91.7%

R = 1.66%
G = 6.64%
B = 91.7%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0410DD (or 0x0410DD) is known color: Medium Blue. HEX triplet: 04, 10 and DD. RGB value is (4,16,221). Sum of RGB (Red+Green+Blue) = 4+16+221=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 221 (86.72% from 255 or 91.70% from 241); Max value from RGB is 221 - color contains mainly: blue. Hex color #0410DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0410DD is #FBEF22. Grayscale: #222222. Windows color (decimal): -16510755 or 14487556. OLE color: 14487556.

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

Color convert

RGB 4 16 221 -
CMYK 0.98 0.93 0 0.13
HSL 236.68º 0.96% 0.44% -
HSV(B) 236.68º 0.98% 0.87% -
XYZ 13.29 5.62 68.79 -
YUV 35.78 232.52 105.33 -
System Red Green Blue C M Y K H S L
Decimal 4 16 221 0.98 0.93 0 0.13 236.68 0.96 0.44
Hex 4 10 DD 62 5D 0 D ED 60 2C
Octal 4 20 335 142 135 0 15 355 140 54
Binary 100 10000 11011101 1100010 1011101 0 1101 11101101 1100000 101100

Color Harmonies of #0410DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0410DD

Black with #0410DD

Text Example


Text Example

White with #0410DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0410DD;
 }
 .AnyTagClassName
 {
   color: #0410DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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