Html Css Color HEX #000ADD Medium Blue

📋 copy color: '#000ADD'

red 0 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #000ADD

Tints of Medium Blue #000ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.33%

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

R = 0%
G = 4.33%
B = 95.67%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#000ADD (or 0x000ADD) is known color: Medium Blue. HEX triplet: 00, 0A and DD. RGB value is (0,10,221). Sum of RGB (Red+Green+Blue) = 0+10+221=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 221 (86.72% from 255 or 95.67% from 231); Max value from RGB is 221 - color contains mainly: blue. Hex color #000ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ADD is #FFF522. Grayscale: #1E1E1E. Windows color (decimal): -16774435 or 14486016. OLE color: 14486016.

HSL color Cylindrical-coordinate representation of color #000ADD: hue angle of 237.29º 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 #000ADD is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 10 221 -
CMYK 1 0.95 0 0.13
HSL 237.29º 1% 0.43% -
HSV(B) 237.29º 1% 0.87% -
XYZ 13.16 5.44 68.76 -
YUV 31.06 235.19 105.84 -
System Red Green Blue C M Y K H S L
Decimal 0 10 221 1 0.95 0 0.13 237.29 1 0.43
Hex 0 A DD 64 5F 0 D ED 64 2B
Octal 0 12 335 144 137 0 15 355 144 53
Binary 0 1010 11011101 1100100 1011111 0 1101 11101101 1100100 101011

Color Harmonies of #000ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ADD

Black with #000ADD

Text Example


Text Example

White with #000ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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