Html Css Color HEX #010DCE Medium Blue

📋 copy color: '#010DCE'

red 1 ◦ green 13 ◦ blue 206

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

Shades of Medium Blue #010DCE

Tints of Medium Blue #010DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 93.64%

R = 0.45%
G = 5.91%
B = 93.64%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#010DCE (or 0x010DCE) is known color: Medium Blue. HEX triplet: 01, 0D and CE. RGB value is (1,13,206). Sum of RGB (Red+Green+Blue) = 1+13+206=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 206 (80.86% from 255 or 93.64% from 220); Max value from RGB is 206 - color contains mainly: blue. Hex color #010DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DCE is #FEF231. Grayscale: #1E1E1E. Windows color (decimal): -16708146 or 13503745. OLE color: 13503745.

HSL color Cylindrical-coordinate representation of color #010DCE: hue angle of 236.49º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010DCE is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 13 206 -
CMYK 1.00 0.94 0 0.19
HSL 236.49º 0.99% 0.41% -
HSV(B) 236.49º 1% 0.81% -
XYZ 11.3 4.75 58.71 -
YUV 31.41 226.52 106.31 -
System Red Green Blue C M Y K H S L
Decimal 1 13 206 1.00 0.94 0 0.19 236.49 0.99 0.41
Hex 1 D CE 64 5E 0 13 EC 63 29
Octal 1 15 316 144 136 0 23 354 143 51
Binary 1 1101 11001110 1100100 1011110 0 10011 11101100 1100011 101001

Color Harmonies of #010DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DCE

Black with #010DCE

Text Example


Text Example

White with #010DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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