Html Css Color HEX #000DDD Medium Blue

📋 copy color: '#000DDD'

red 0 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #000DDD

Tints of Medium Blue #000DDD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 13 (5.47% from 255) = 5.56%

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

R = 0%
G = 5.56%
B = 94.44%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#000DDD (or 0x000DDD) is known color: Medium Blue. HEX triplet: 00, 0D and DD. RGB value is (0,13,221). Sum of RGB (Red+Green+Blue) = 0+13+221=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 221 (86.72% from 255 or 94.44% from 234); Max value from RGB is 221 - color contains mainly: blue. Hex color #000DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DDD is #FFF222. Grayscale: #1F1F1F. Windows color (decimal): -16773667 or 14486784. OLE color: 14486784.

HSL color Cylindrical-coordinate representation of color #000DDD: hue angle of 236.47º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DDD is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 13 221 -
CMYK 1 0.94 0 0.13
HSL 236.47º 1% 0.43% -
HSV(B) 236.47º 1% 0.87% -
XYZ 13.2 5.51 68.77 -
YUV 32.83 234.19 104.59 -
System Red Green Blue C M Y K H S L
Decimal 0 13 221 1 0.94 0 0.13 236.47 1 0.43
Hex 0 D DD 64 5E 0 D EC 64 2B
Octal 0 15 335 144 136 0 15 354 144 53
Binary 0 1101 11011101 1100100 1011110 0 1101 11101100 1100100 101011

Color Harmonies of #000DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DDD

Black with #000DDD

Text Example


Text Example

White with #000DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000DDD; }

 p { color: rgb(0,13,221); }

 H1.HeaderClassName
 {
   color: #000DDD;
 }
 .AnyTagClassName
 {
   color: #000DDD;
 }
</style>

background-color css

<style>
 a { background-color: #000DDD; }

 a { background-color: rgb(0,13,221); }

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

border-color css

<style>
 span { border-color: #000DDD; }

 span { border-color: rgb(0,13,221); }

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