Html Css Color HEX #000ADE Medium Blue

📋 copy color: '#000ADE'

red 0 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #000ADE

Tints of Medium Blue #000ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 95.69%

R = 0%
G = 4.31%
B = 95.69%

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

#000ADE (or 0x000ADE) is known color: Medium Blue. HEX triplet: 00, 0A and DE. RGB value is (0,10,222). Sum of RGB (Red+Green+Blue) = 0+10+222=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 222 (87.11% from 255 or 95.69% from 232); Max value from RGB is 222 - color contains mainly: blue. Hex color #000ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ADE is #FFF521. Grayscale: #1E1E1E. Windows color (decimal): -16774434 or 14551552. OLE color: 14551552.

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

Color convert

RGB 0 10 222 -
CMYK 1 0.95 0 0.13
HSL 237.3º 1% 0.44% -
HSV(B) 237.3º 1% 0.87% -
XYZ 13.29 5.49 69.47 -
YUV 31.18 235.69 105.76 -
System Red Green Blue C M Y K H S L
Decimal 0 10 222 1 0.95 0 0.13 237.3 1 0.44
Hex 0 A DE 64 5F 0 D ED 64 2C
Octal 0 12 336 144 137 0 15 355 144 54
Binary 0 1010 11011110 1100100 1011111 0 1101 11101101 1100100 101100

Color Harmonies of #000ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ADE

Black with #000ADE

Text Example


Text Example

White with #000ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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