Html Css Color HEX #0906DD Medium Blue

📋 copy color: '#0906DD'

red 9 ◦ green 6 ◦ blue 221

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

Shades of Medium Blue #0906DD

Tints of Medium Blue #0906DD

RGB

 RED value IS 9 (3.91% from 255) = 3.81%

 GREEN value IS 6 (2.73% from 255) = 2.54%

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

R = 3.81%
G = 2.54%
B = 93.64%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0906DD (or 0x0906DD) is known color: Medium Blue. HEX triplet: 09, 06 and DD. RGB value is (9,6,221). Sum of RGB (Red+Green+Blue) = 9+6+221=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #0906DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906DD is #F6F922. Grayscale: #1E1E1E. Windows color (decimal): -16185635 or 14485001. OLE color: 14485001.

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

Color convert

RGB 9 6 221 -
CMYK 0.96 0.97 0 0.13
HSL 240.84º 0.95% 0.45% -
HSV(B) 240.84º 0.97% 0.87% -
XYZ 13.23 5.41 68.75 -
YUV 31.41 234.99 112.02 -
System Red Green Blue C M Y K H S L
Decimal 9 6 221 0.96 0.97 0 0.13 240.84 0.95 0.45
Hex 9 6 DD 60 61 0 D F1 5F 2D
Octal 11 6 335 140 141 0 15 361 137 55
Binary 1001 110 11011101 1100000 1100001 0 1101 11110001 1011111 101101

Color Harmonies of #0906DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0906DD

Black with #0906DD

Text Example


Text Example

White with #0906DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0906DD; }

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

 H1.HeaderClassName
 {
   color: #0906DD;
 }
 .AnyTagClassName
 {
   color: #0906DD;
 }
</style>

background-color css

<style>
 a { background-color: #0906DD; }

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

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

border-color css

<style>
 span { border-color: #0906DD; }

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

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