Html Css Color HEX #0908DD Medium Blue

📋 copy color: '#0908DD'

red 9 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #0908DD

Tints of Medium Blue #0908DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 3.78%
G = 3.36%
B = 92.86%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0908DD (or 0x0908DD) is known color: Medium Blue. HEX triplet: 09, 08 and DD. RGB value is (9,8,221). Sum of RGB (Red+Green+Blue) = 9+8+221=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 221 (86.72% from 255 or 92.86% from 238); Max value from RGB is 221 - color contains mainly: blue. Hex color #0908DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0908DD is #F6F722. Grayscale: #1F1F1F. Windows color (decimal): -16185123 or 14485513. OLE color: 14485513.

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

Color convert

RGB 9 8 221 -
CMYK 0.96 0.96 0 0.13
HSL 240.28º 0.93% 0.45% -
HSV(B) 240.28º 0.96% 0.87% -
XYZ 13.25 5.45 68.76 -
YUV 32.58 234.33 111.18 -
System Red Green Blue C M Y K H S L
Decimal 9 8 221 0.96 0.96 0 0.13 240.28 0.93 0.45
Hex 9 8 DD 60 60 0 D F0 5D 2D
Octal 11 10 335 140 140 0 15 360 135 55
Binary 1001 1000 11011101 1100000 1100000 0 1101 11110000 1011101 101101

Color Harmonies of #0908DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0908DD

Black with #0908DD

Text Example


Text Example

White with #0908DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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