Html Css Color HEX #010BCD Medium Blue

📋 copy color: '#010BCD'

red 1 ◦ green 11 ◦ blue 205

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

Shades of Medium Blue #010BCD

Tints of Medium Blue #010BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 94.47%

R = 0.46%
G = 5.07%
B = 94.47%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#010BCD (or 0x010BCD) is known color: Medium Blue. HEX triplet: 01, 0B and CD. RGB value is (1,11,205). Sum of RGB (Red+Green+Blue) = 1+11+205=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 205 (80.47% from 255 or 94.47% from 217); Max value from RGB is 205 - color contains mainly: blue. Hex color #010BCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BCD is #FEF432. Grayscale: #1D1D1D. Windows color (decimal): -16708659 or 13437697. OLE color: 13437697.

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

Color convert

RGB 1 11 205 -
CMYK 1.00 0.95 0 0.20
HSL 237.06º 0.99% 0.4% -
HSV(B) 237.06º 1% 0.8% -
XYZ 11.15 4.65 58.07 -
YUV 30.13 226.69 107.23 -
System Red Green Blue C M Y K H S L
Decimal 1 11 205 1.00 0.95 0 0.20 237.06 0.99 0.4
Hex 1 B CD 64 5F 0 14 ED 63 28
Octal 1 13 315 144 137 0 24 355 143 50
Binary 1 1011 11001101 1100100 1011111 0 10100 11101101 1100011 101000

Color Harmonies of #010BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BCD

Black with #010BCD

Text Example


Text Example

White with #010BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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