Html Css Color HEX #011BDE Medium Blue

📋 copy color: '#011BDE'

red 1 ◦ green 27 ◦ blue 222

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

Shades of Medium Blue #011BDE

Tints of Medium Blue #011BDE

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 27 (10.94% from 255) = 10.8%

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

R = 0.4%
G = 10.8%
B = 88.8%

CMYK

 C value IS 1.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#011BDE (or 0x011BDE) is known color: Medium Blue. HEX triplet: 01, 1B and DE. RGB value is (1,27,222). Sum of RGB (Red+Green+Blue) = 1+27+222=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 222 (87.11% from 255 or 88.8% from 250); Max value from RGB is 222 - color contains mainly: blue. Hex color #011BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BDE is #FEE421. Grayscale: #282828. Windows color (decimal): -16704546 or 14555905. OLE color: 14555905.

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

Color convert

RGB 1 27 222 -
CMYK 1.00 0.88 0 0.13
HSL 232.94º 0.99% 0.44% -
HSV(B) 232.94º 1% 0.87% -
XYZ 13.59 6.06 69.56 -
YUV 41.46 229.89 99.14 -
System Red Green Blue C M Y K H S L
Decimal 1 27 222 1.00 0.88 0 0.13 232.94 0.99 0.44
Hex 1 1B DE 64 58 0 D E9 63 2C
Octal 1 33 336 144 130 0 15 351 143 54
Binary 1 11011 11011110 1100100 1011000 0 1101 11101001 1100011 101100

Color Harmonies of #011BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BDE

Black with #011BDE

Text Example


Text Example

White with #011BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,27,222); }

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

background-color css

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

 a { background-color: rgb(1,27,222); }

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

border-color css

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

 span { border-color: rgb(1,27,222); }

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