Html Css Color HEX #0908DF Medium Blue

📋 copy color: '#0908DF'

red 9 ◦ green 8 ◦ blue 223

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

Shades of Medium Blue #0908DF

Tints of Medium Blue #0908DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 92.92%

R = 3.75%
G = 3.33%
B = 92.92%

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

#0908DF (or 0x0908DF) is known color: Medium Blue. HEX triplet: 09, 08 and DF. RGB value is (9,8,223). Sum of RGB (Red+Green+Blue) = 9+8+223=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 223 (87.5% from 255 or 92.92% from 240); Max value from RGB is 223 - color contains mainly: blue. Hex color #0908DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0908DF is #F6F720. Grayscale: #1F1F1F. Windows color (decimal): -16185121 or 14616585. OLE color: 14616585.

HSL color Cylindrical-coordinate representation of color #0908DF: 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 #0908DF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 8 223 -
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.52 5.56 70.17 -
YUV 32.81 235.33 111.02 -
System Red Green Blue C M Y K H S L
Decimal 9 8 223 0.96 0.96 0 0.13 240.28 0.93 0.45
Hex 9 8 DF 60 60 0 D F0 5D 2D
Octal 11 10 337 140 140 0 15 360 135 55
Binary 1001 1000 11011111 1100000 1100000 0 1101 11110000 1011101 101101

Color Harmonies of #0908DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0908DF

Black with #0908DF

Text Example


Text Example

White with #0908DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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