Html Css Color HEX #0D09DD Medium Blue

📋 copy color: '#0D09DD'

red 13 ◦ green 9 ◦ blue 221

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

Shades of Medium Blue #0D09DD

Tints of Medium Blue #0D09DD

RGB

 RED value IS 13 (5.47% from 255) = 5.35%

 GREEN value IS 9 (3.91% from 255) = 3.7%

 BLUE value IS 221 (86.72% from 255) = 90.95%

R = 5.35%
G = 3.7%
B = 90.95%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D09DD (or 0x0D09DD) is known color: Medium Blue. HEX triplet: 0D, 09 and DD. RGB value is (13,9,221). Sum of RGB (Red+Green+Blue) = 13+9+221=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 221 (86.72% from 255 or 90.95% from 243); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D09DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D09DD is #F2F622. Grayscale: #212121. Windows color (decimal): -15922723 or 14485773. OLE color: 14485773.

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

Color convert

RGB 13 9 221 -
CMYK 0.94 0.96 0 0.13
HSL 241.13º 0.92% 0.45% -
HSV(B) 241.13º 0.96% 0.87% -
XYZ 13.31 5.5 68.77 -
YUV 34.36 233.33 112.76 -
System Red Green Blue C M Y K H S L
Decimal 13 9 221 0.94 0.96 0 0.13 241.13 0.92 0.45
Hex D 9 DD 5E 60 0 D F1 5C 2D
Octal 15 11 335 136 140 0 15 361 134 55
Binary 1101 1001 11011101 1011110 1100000 0 1101 11110001 1011100 101101

Color Harmonies of #0D09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D09DD

Black with #0D09DD

Text Example


Text Example

White with #0D09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,9,221); }

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

background-color css

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

 a { background-color: rgb(13,9,221); }

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

border-color css

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

 span { border-color: rgb(13,9,221); }

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