Html Css Color HEX #0908DC Medium Blue

📋 copy color: '#0908DC'

red 9 ◦ green 8 ◦ blue 220

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

Shades of Medium Blue #0908DC

Tints of Medium Blue #0908DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 92.83%

R = 3.8%
G = 3.38%
B = 92.83%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0908DC (or 0x0908DC) is known color: Medium Blue. HEX triplet: 09, 08 and DC. RGB value is (9,8,220). Sum of RGB (Red+Green+Blue) = 9+8+220=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 220 (86.33% from 255 or 92.83% from 237); Max value from RGB is 220 - color contains mainly: blue. Hex color #0908DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0908DC is #F6F723. Grayscale: #1F1F1F. Windows color (decimal): -16185124 or 14419977. OLE color: 14419977.

HSL color Cylindrical-coordinate representation of color #0908DC: hue angle of 240.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0908DC is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 8 220 -
CMYK 0.96 0.96 0 0.14
HSL 240.28º 0.93% 0.45% -
HSV(B) 240.28º 0.96% 0.86% -
XYZ 13.12 5.4 68.06 -
YUV 32.47 233.83 111.26 -
System Red Green Blue C M Y K H S L
Decimal 9 8 220 0.96 0.96 0 0.14 240.28 0.93 0.45
Hex 9 8 DC 60 60 0 E F0 5D 2D
Octal 11 10 334 140 140 0 16 360 135 55
Binary 1001 1000 11011100 1100000 1100000 0 1110 11110000 1011101 101101

Color Harmonies of #0908DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0908DC

Black with #0908DC

Text Example


Text Example

White with #0908DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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