Html Css Color HEX #0907BD Medium Blue

📋 copy color: '#0907BD'

red 9 ◦ green 7 ◦ blue 189

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

Shades of Medium Blue #0907BD

Tints of Medium Blue #0907BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 189 (74.22% from 255) = 92.2%

R = 4.39%
G = 3.41%
B = 92.2%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0907BD (or 0x0907BD) is known color: Medium Blue. HEX triplet: 09, 07 and BD. RGB value is (9,7,189). Sum of RGB (Red+Green+Blue) = 9+7+189=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 189 (74.22% from 255 or 92.20% from 205); Max value from RGB is 189 - color contains mainly: blue. Hex color #0907BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0907BD is #F6F842. Grayscale: #1B1B1B. Windows color (decimal): -16185411 or 12388105. OLE color: 12388105.

HSL color Cylindrical-coordinate representation of color #0907BD: hue angle of 240.66º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0907BD is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 7 189 -
CMYK 0.95 0.96 0 0.26
HSL 240.66º 0.93% 0.38% -
HSV(B) 240.66º 0.96% 0.74% -
XYZ 9.37 3.88 48.4 -
YUV 28.35 218.66 114.2 -
System Red Green Blue C M Y K H S L
Decimal 9 7 189 0.95 0.96 0 0.26 240.66 0.93 0.38
Hex 9 7 BD 5F 60 0 1A F1 5D 26
Octal 11 7 275 137 140 0 32 361 135 46
Binary 1001 111 10111101 1011111 1100000 0 11010 11110001 1011101 100110

Color Harmonies of #0907BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0907BD

Black with #0907BD

Text Example


Text Example

White with #0907BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0907BD; }

 p { color: rgb(9,7,189); }

 H1.HeaderClassName
 {
   color: #0907BD;
 }
 .AnyTagClassName
 {
   color: #0907BD;
 }
</style>

background-color css

<style>
 a { background-color: #0907BD; }

 a { background-color: rgb(9,7,189); }

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

border-color css

<style>
 span { border-color: #0907BD; }

 span { border-color: rgb(9,7,189); }

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