Html Css Color HEX #0910DD Medium Blue

📋 copy color: '#0910DD'

red 9 ◦ green 16 ◦ blue 221

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

Shades of Medium Blue #0910DD

Tints of Medium Blue #0910DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 3.66%
G = 6.5%
B = 89.84%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0910DD (or 0x0910DD) is known color: Medium Blue. HEX triplet: 09, 10 and DD. RGB value is (9,16,221). Sum of RGB (Red+Green+Blue) = 9+16+221=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 221 (86.72% from 255 or 89.84% from 246); Max value from RGB is 221 - color contains mainly: blue. Hex color #0910DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0910DD is #F6EF22. Grayscale: #242424. Windows color (decimal): -16183075 or 14487561. OLE color: 14487561.

HSL color Cylindrical-coordinate representation of color #0910DD: hue angle of 238.02º 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 #0910DD is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 16 221 -
CMYK 0.96 0.93 0 0.13
HSL 238.02º 0.92% 0.45% -
HSV(B) 238.02º 0.96% 0.87% -
XYZ 13.35 5.65 68.79 -
YUV 37.28 231.68 107.83 -
System Red Green Blue C M Y K H S L
Decimal 9 16 221 0.96 0.93 0 0.13 238.02 0.92 0.45
Hex 9 10 DD 60 5D 0 D EE 5C 2D
Octal 11 20 335 140 135 0 15 356 134 55
Binary 1001 10000 11011101 1100000 1011101 0 1101 11101110 1011100 101101

Color Harmonies of #0910DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0910DD

Black with #0910DD

Text Example


Text Example

White with #0910DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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