Html Css Color HEX #0908CE Medium Blue

📋 copy color: '#0908CE'

red 9 ◦ green 8 ◦ blue 206

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

Shades of Medium Blue #0908CE

Tints of Medium Blue #0908CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 92.38%

R = 4.04%
G = 3.59%
B = 92.38%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0908CE (or 0x0908CE) is known color: Medium Blue. HEX triplet: 09, 08 and CE. RGB value is (9,8,206). Sum of RGB (Red+Green+Blue) = 9+8+206=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 206 (80.86% from 255 or 92.38% from 223); Max value from RGB is 206 - color contains mainly: blue. Hex color #0908CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0908CE is #F6F731. Grayscale: #1E1E1E. Windows color (decimal): -16185138 or 13502473. OLE color: 13502473.

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

Color convert

RGB 9 8 206 -
CMYK 0.96 0.96 0 0.19
HSL 240.3º 0.93% 0.42% -
HSV(B) 240.3º 0.96% 0.81% -
XYZ 11.34 4.69 58.7 -
YUV 30.87 226.83 112.4 -
System Red Green Blue C M Y K H S L
Decimal 9 8 206 0.96 0.96 0 0.19 240.3 0.93 0.42
Hex 9 8 CE 60 60 0 13 F0 5D 2A
Octal 11 10 316 140 140 0 23 360 135 52
Binary 1001 1000 11001110 1100000 1100000 0 10011 11110000 1011101 101010

Color Harmonies of #0908CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0908CE

Black with #0908CE

Text Example


Text Example

White with #0908CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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