Html Css Color HEX #010BD5 Medium Blue

📋 copy color: '#010BD5'

red 1 ◦ green 11 ◦ blue 213

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

Shades of Medium Blue #010BD5

Tints of Medium Blue #010BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 94.67%

R = 0.44%
G = 4.89%
B = 94.67%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#010BD5 (or 0x010BD5) is known color: Medium Blue. HEX triplet: 01, 0B and D5. RGB value is (1,11,213). Sum of RGB (Red+Green+Blue) = 1+11+213=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 213 (83.59% from 255 or 94.67% from 225); Max value from RGB is 213 - color contains mainly: blue. Hex color #010BD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BD5 is #FEF42A. Grayscale: #1E1E1E. Windows color (decimal): -16708651 or 13961985. OLE color: 13961985.

HSL color Cylindrical-coordinate representation of color #010BD5: hue angle of 237.17º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BD5 is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 11 213 -
CMYK 1.00 0.95 0 0.16
HSL 237.17º 0.99% 0.42% -
HSV(B) 237.17º 1% 0.84% -
XYZ 12.14 5.05 63.29 -
YUV 31.04 230.69 106.57 -
System Red Green Blue C M Y K H S L
Decimal 1 11 213 1.00 0.95 0 0.16 237.17 0.99 0.42
Hex 1 B D5 64 5F 0 10 ED 63 2A
Octal 1 13 325 144 137 0 20 355 143 52
Binary 1 1011 11010101 1100100 1011111 0 10000 11101101 1100011 101010

Color Harmonies of #010BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BD5

Black with #010BD5

Text Example


Text Example

White with #010BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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