Html Css Color HEX #011BDF Medium Blue

📋 copy color: '#011BDF'

red 1 ◦ green 27 ◦ blue 223

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

Shades of Medium Blue #011BDF

Tints of Medium Blue #011BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 88.84%

R = 0.4%
G = 10.76%
B = 88.84%

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

#011BDF (or 0x011BDF) is known color: Medium Blue. HEX triplet: 01, 1B and DF. RGB value is (1,27,223). Sum of RGB (Red+Green+Blue) = 1+27+223=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #011BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BDF is #FEE420. Grayscale: #282828. Windows color (decimal): -16704545 or 14621441. OLE color: 14621441.

HSL color Cylindrical-coordinate representation of color #011BDF: hue angle of 232.97º 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 #011BDF is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 27 223 -
CMYK 1.00 0.88 0 0.13
HSL 232.97º 0.99% 0.44% -
HSV(B) 232.97º 1% 0.87% -
XYZ 13.72 6.12 70.27 -
YUV 41.57 230.39 99.06 -
System Red Green Blue C M Y K H S L
Decimal 1 27 223 1.00 0.88 0 0.13 232.97 0.99 0.44
Hex 1 1B DF 64 58 0 D E9 63 2C
Octal 1 33 337 144 130 0 15 351 143 54
Binary 1 11011 11011111 1100100 1011000 0 1101 11101001 1100011 101100

Color Harmonies of #011BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BDF

Black with #011BDF

Text Example


Text Example

White with #011BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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