Html Css Color HEX #010DDE Medium Blue

📋 copy color: '#010DDE'

red 1 ◦ green 13 ◦ blue 222

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

Shades of Medium Blue #010DDE

Tints of Medium Blue #010DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

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

R = 0.42%
G = 5.51%
B = 94.07%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#010DDE (or 0x010DDE) is known color: Medium Blue. HEX triplet: 01, 0D and DE. RGB value is (1,13,222). Sum of RGB (Red+Green+Blue) = 1+13+222=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 222 (87.11% from 255 or 94.07% from 236); Max value from RGB is 222 - color contains mainly: blue. Hex color #010DDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DDE is #FEF221. Grayscale: #202020. Windows color (decimal): -16708130 or 14552321. OLE color: 14552321.

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

Color convert

RGB 1 13 222 -
CMYK 1.00 0.94 0 0.13
HSL 236.74º 0.99% 0.44% -
HSV(B) 236.74º 1% 0.87% -
XYZ 13.34 5.57 69.48 -
YUV 33.24 234.52 105.01 -
System Red Green Blue C M Y K H S L
Decimal 1 13 222 1.00 0.94 0 0.13 236.74 0.99 0.44
Hex 1 D DE 64 5E 0 D ED 63 2C
Octal 1 15 336 144 136 0 15 355 143 54
Binary 1 1101 11011110 1100100 1011110 0 1101 11101101 1100011 101100

Color Harmonies of #010DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DDE

Black with #010DDE

Text Example


Text Example

White with #010DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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