Html Css Color HEX #010BDF Medium Blue

📋 copy color: '#010BDF'

red 1 ◦ green 11 ◦ blue 223

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

Shades of Medium Blue #010BDF

Tints of Medium Blue #010BDF

RGB

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

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

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

R = 0.43%
G = 4.68%
B = 94.89%

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

#010BDF (or 0x010BDF) is known color: Medium Blue. HEX triplet: 01, 0B and DF. RGB value is (1,11,223). Sum of RGB (Red+Green+Blue) = 1+11+223=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 223 (87.5% from 255 or 94.89% from 235); Max value from RGB is 223 - color contains mainly: blue. Hex color #010BDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BDF is #FEF420. Grayscale: #1F1F1F. Windows color (decimal): -16708641 or 14617345. OLE color: 14617345.

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

Color convert

RGB 1 11 223 -
CMYK 1.00 0.95 0 0.13
HSL 237.3º 0.99% 0.44% -
HSV(B) 237.3º 1% 0.87% -
XYZ 13.45 5.57 70.18 -
YUV 32.18 235.69 105.76 -
System Red Green Blue C M Y K H S L
Decimal 1 11 223 1.00 0.95 0 0.13 237.3 0.99 0.44
Hex 1 B DF 64 5F 0 D ED 63 2C
Octal 1 13 337 144 137 0 15 355 143 54
Binary 1 1011 11011111 1100100 1011111 0 1101 11101101 1100011 101100

Color Harmonies of #010BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BDF

Black with #010BDF

Text Example


Text Example

White with #010BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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