Html Css Color HEX #000BDE Medium Blue

📋 copy color: '#000BDE'

red 0 ◦ green 11 ◦ blue 222

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

Shades of Medium Blue #000BDE

Tints of Medium Blue #000BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.72%

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

R = 0%
G = 4.72%
B = 95.28%

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

#000BDE (or 0x000BDE) is known color: Medium Blue. HEX triplet: 00, 0B and DE. RGB value is (0,11,222). Sum of RGB (Red+Green+Blue) = 0+11+222=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 222 (87.11% from 255 or 95.28% from 233); Max value from RGB is 222 - color contains mainly: blue. Hex color #000BDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000BDE is #FFF421. Grayscale: #1E1E1E. Windows color (decimal): -16774178 or 14551808. OLE color: 14551808.

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

Color convert

RGB 0 11 222 -
CMYK 1 0.95 0 0.13
HSL 237.03º 1% 0.44% -
HSV(B) 237.03º 1% 0.87% -
XYZ 13.3 5.51 69.47 -
YUV 31.77 235.36 105.34 -
System Red Green Blue C M Y K H S L
Decimal 0 11 222 1 0.95 0 0.13 237.03 1 0.44
Hex 0 B DE 64 5F 0 D ED 64 2C
Octal 0 13 336 144 137 0 15 355 144 54
Binary 0 1011 11011110 1100100 1011111 0 1101 11101101 1100100 101100

Color Harmonies of #000BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000BDE

Black with #000BDE

Text Example


Text Example

White with #000BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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