Html Css Color HEX #000BE0 Medium Blue

📋 copy color: '#000BE0'

red 0 ◦ green 11 ◦ blue 224

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

Shades of Medium Blue #000BE0

Tints of Medium Blue #000BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 95.32%

R = 0%
G = 4.68%
B = 95.32%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#000BE0 (or 0x000BE0) is known color: Medium Blue. HEX triplet: 00, 0B and E0. RGB value is (0,11,224). Sum of RGB (Red+Green+Blue) = 0+11+224=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 224 (87.89% from 255 or 95.32% from 235); Max value from RGB is 224 - color contains mainly: blue. Hex color #000BE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000BE0 is #FFF41F. Grayscale: #1F1F1F. Windows color (decimal): -16774176 or 14682880. OLE color: 14682880.

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

Color convert

RGB 0 11 224 -
CMYK 1 0.95 0 0.12
HSL 237.05º 1% 0.44% -
HSV(B) 237.05º 1% 0.88% -
XYZ 13.57 5.62 70.89 -
YUV 31.99 236.36 105.18 -
System Red Green Blue C M Y K H S L
Decimal 0 11 224 1 0.95 0 0.12 237.05 1 0.44
Hex 0 B E0 64 5F 0 C ED 64 2C
Octal 0 13 340 144 137 0 14 355 144 54
Binary 0 1011 11100000 1100100 1011111 0 1100 11101101 1100100 101100

Color Harmonies of #000BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000BE0

Black with #000BE0

Text Example


Text Example

White with #000BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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