Html Css Color HEX #0F09BD Medium Blue

📋 copy color: '#0F09BD'

red 15 ◦ green 9 ◦ blue 189

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

Shades of Medium Blue #0F09BD

Tints of Medium Blue #0F09BD

RGB

 RED value IS 15 (6.25% from 255) = 7.04%

 GREEN value IS 9 (3.91% from 255) = 4.23%

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

R = 7.04%
G = 4.23%
B = 88.73%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F09BD (or 0x0F09BD) is known color: Medium Blue. HEX triplet: 0F, 09 and BD. RGB value is (15,9,189). Sum of RGB (Red+Green+Blue) = 15+9+189=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F09BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F09BD is #F0F642. Grayscale: #1E1E1E. Windows color (decimal): -15791683 or 12388623. OLE color: 12388623.

HSL color Cylindrical-coordinate representation of color #0F09BD: hue angle of 242º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F09BD is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 9 189 -
CMYK 0.92 0.95 0 0.26
HSL 242º 0.91% 0.39% -
HSV(B) 242º 0.95% 0.74% -
XYZ 9.48 3.97 48.41 -
YUV 31.31 216.99 116.36 -
System Red Green Blue C M Y K H S L
Decimal 15 9 189 0.92 0.95 0 0.26 242 0.91 0.39
Hex F 9 BD 5C 5F 0 1A F2 5B 27
Octal 17 11 275 134 137 0 32 362 133 47
Binary 1111 1001 10111101 1011100 1011111 0 11010 11110010 1011011 100111

Color Harmonies of #0F09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F09BD

Black with #0F09BD

Text Example


Text Example

White with #0F09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F09BD; }

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

 H1.HeaderClassName
 {
   color: #0F09BD;
 }
 .AnyTagClassName
 {
   color: #0F09BD;
 }
</style>

background-color css

<style>
 a { background-color: #0F09BD; }

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

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

border-color css

<style>
 span { border-color: #0F09BD; }

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

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