Html Css Color HEX #0A0DDF Medium Blue

📋 copy color: '#0A0DDF'

red 10 ◦ green 13 ◦ blue 223

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

Shades of Medium Blue #0A0DDF

Tints of Medium Blue #0A0DDF

RGB

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

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

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

R = 4.07%
G = 5.28%
B = 90.65%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A0DDF (or 0x0A0DDF) is known color: Medium Blue. HEX triplet: 0A, 0D and DF. RGB value is (10,13,223). Sum of RGB (Red+Green+Blue) = 10+13+223=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A0DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0DDF is #F5F220. Grayscale: #232323. Windows color (decimal): -16118305 or 14617866. OLE color: 14617866.

HSL color Cylindrical-coordinate representation of color #0A0DDF: hue angle of 239.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0DDF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 13 223 -
CMYK 0.96 0.94 0 0.13
HSL 239.15º 0.91% 0.46% -
HSV(B) 239.15º 0.96% 0.87% -
XYZ 13.59 5.68 70.19 -
YUV 36.04 233.51 109.42 -
System Red Green Blue C M Y K H S L
Decimal 10 13 223 0.96 0.94 0 0.13 239.15 0.91 0.46
Hex A D DF 60 5E 0 D EF 5B 2E
Octal 12 15 337 140 136 0 15 357 133 56
Binary 1010 1101 11011111 1100000 1011110 0 1101 11101111 1011011 101110

Color Harmonies of #0A0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0DDF

Black with #0A0DDF

Text Example


Text Example

White with #0A0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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