Html Css Color HEX #010BDE Medium Blue

📋 copy color: '#010BDE'

red 1 ◦ green 11 ◦ blue 222

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

Shades of Medium Blue #010BDE

Tints of Medium Blue #010BDE

RGB

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

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

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

R = 0.43%
G = 4.7%
B = 94.87%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#010BDE (or 0x010BDE) is known color: Medium Blue. HEX triplet: 01, 0B and DE. RGB value is (1,11,222). Sum of RGB (Red+Green+Blue) = 1+11+222=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 222 (87.11% from 255 or 94.87% from 234); Max value from RGB is 222 - color contains mainly: blue. Hex color #010BDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BDE is #FEF421. Grayscale: #1F1F1F. Windows color (decimal): -16708642 or 14551809. OLE color: 14551809.

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

Color convert

RGB 1 11 222 -
CMYK 1.00 0.95 0 0.13
HSL 237.29º 0.99% 0.44% -
HSV(B) 237.29º 1% 0.87% -
XYZ 13.32 5.52 69.47 -
YUV 32.06 235.19 105.84 -
System Red Green Blue C M Y K H S L
Decimal 1 11 222 1.00 0.95 0 0.13 237.29 0.99 0.44
Hex 1 B DE 64 5F 0 D ED 63 2C
Octal 1 13 336 144 137 0 15 355 143 54
Binary 1 1011 11011110 1100100 1011111 0 1101 11101101 1100011 101100

Color Harmonies of #010BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BDE

Black with #010BDE

Text Example


Text Example

White with #010BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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