Html Css Color HEX #0415DD Medium Blue

📋 copy color: '#0415DD'

red 4 ◦ green 21 ◦ blue 221

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

Shades of Medium Blue #0415DD

Tints of Medium Blue #0415DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

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

R = 1.63%
G = 8.54%
B = 89.84%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0415DD (or 0x0415DD) is known color: Medium Blue. HEX triplet: 04, 15 and DD. RGB value is (4,21,221). Sum of RGB (Red+Green+Blue) = 4+21+221=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 221 (86.72% from 255 or 89.84% from 246); Max value from RGB is 221 - color contains mainly: blue. Hex color #0415DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0415DD is #FBEA22. Grayscale: #252525. Windows color (decimal): -16509475 or 14488836. OLE color: 14488836.

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

Color convert

RGB 4 21 221 -
CMYK 0.98 0.90 0 0.13
HSL 235.3º 0.96% 0.44% -
HSV(B) 235.3º 0.98% 0.87% -
XYZ 13.37 5.78 68.82 -
YUV 38.72 230.87 103.24 -
System Red Green Blue C M Y K H S L
Decimal 4 21 221 0.98 0.90 0 0.13 235.3 0.96 0.44
Hex 4 15 DD 62 5A 0 D EB 60 2C
Octal 4 25 335 142 132 0 15 353 140 54
Binary 100 10101 11011101 1100010 1011010 0 1101 11101011 1100000 101100

Color Harmonies of #0415DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0415DD

Black with #0415DD

Text Example


Text Example

White with #0415DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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