Html Css Color HEX #0F09DF Medium Blue

📋 copy color: '#0F09DF'

red 15 ◦ green 9 ◦ blue 223

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

Shades of Medium Blue #0F09DF

Tints of Medium Blue #0F09DF

RGB

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

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

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

R = 6.07%
G = 3.64%
B = 90.28%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F09DF (or 0x0F09DF) is known color: Medium Blue. HEX triplet: 0F, 09 and DF. RGB value is (15,9,223). Sum of RGB (Red+Green+Blue) = 15+9+223=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F09DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F09DF is #F0F620. Grayscale: #222222. Windows color (decimal): -15791649 or 14616847. OLE color: 14616847.

HSL color Cylindrical-coordinate representation of color #0F09DF: hue angle of 241.68º degrees, saturation: 0.92, 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 #0F09DF is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 9 223 -
CMYK 0.93 0.96 0 0.13
HSL 241.68º 0.92% 0.45% -
HSV(B) 241.68º 0.96% 0.87% -
XYZ 13.61 5.62 70.18 -
YUV 35.19 233.99 113.6 -
System Red Green Blue C M Y K H S L
Decimal 15 9 223 0.93 0.96 0 0.13 241.68 0.92 0.45
Hex F 9 DF 5D 60 0 D F2 5C 2D
Octal 17 11 337 135 140 0 15 362 134 55
Binary 1111 1001 11011111 1011101 1100000 0 1101 11110010 1011100 101101

Color Harmonies of #0F09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F09DF

Black with #0F09DF

Text Example


Text Example

White with #0F09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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