Html Css Color HEX #0A0DCD Medium Blue

📋 copy color: '#0A0DCD'

red 10 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #0A0DCD

Tints of Medium Blue #0A0DCD

RGB

 RED value IS 10 (4.3% from 255) = 4.39%

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

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

R = 4.39%
G = 5.7%
B = 89.91%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A0DCD (or 0x0A0DCD) is known color: Medium Blue. HEX triplet: 0A, 0D and CD. RGB value is (10,13,205). Sum of RGB (Red+Green+Blue) = 10+13+205=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A0DCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0DCD is #F5F232. Grayscale: #212121. Windows color (decimal): -16118323 or 13438218. OLE color: 13438218.

HSL color Cylindrical-coordinate representation of color #0A0DCD: hue angle of 239.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0DCD is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 13 205 -
CMYK 0.95 0.94 0 0.20
HSL 239.08º 0.91% 0.42% -
HSV(B) 239.08º 0.95% 0.8% -
XYZ 11.29 4.76 58.08 -
YUV 33.99 224.51 110.89 -
System Red Green Blue C M Y K H S L
Decimal 10 13 205 0.95 0.94 0 0.20 239.08 0.91 0.42
Hex A D CD 5F 5E 0 14 EF 5B 2A
Octal 12 15 315 137 136 0 24 357 133 52
Binary 1010 1101 11001101 1011111 1011110 0 10100 11101111 1011011 101010

Color Harmonies of #0A0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0DCD

Black with #0A0DCD

Text Example


Text Example

White with #0A0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0DCD; }

 p { color: rgb(10,13,205); }

 H1.HeaderClassName
 {
   color: #0A0DCD;
 }
 .AnyTagClassName
 {
   color: #0A0DCD;
 }
</style>

background-color css

<style>
 a { background-color: #0A0DCD; }

 a { background-color: rgb(10,13,205); }

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

border-color css

<style>
 span { border-color: #0A0DCD; }

 span { border-color: rgb(10,13,205); }

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