Html Css Color HEX #0F06DF Medium Blue

📋 copy color: '#0F06DF'

red 15 ◦ green 6 ◦ blue 223

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

Shades of Medium Blue #0F06DF

Tints of Medium Blue #0F06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

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

R = 6.15%
G = 2.46%
B = 91.39%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F06DF (or 0x0F06DF) is known color: Medium Blue. HEX triplet: 0F, 06 and DF. RGB value is (15,6,223). Sum of RGB (Red+Green+Blue) = 15+6+223=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 223 (87.5% from 255 or 91.39% from 244); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F06DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F06DF is #F0F920. Grayscale: #202020. Windows color (decimal): -15792417 or 14616079. OLE color: 14616079.

HSL color Cylindrical-coordinate representation of color #0F06DF: hue angle of 242.49º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F06DF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 6 223 -
CMYK 0.93 0.97 0 0.13
HSL 242.49º 0.95% 0.45% -
HSV(B) 242.49º 0.97% 0.87% -
XYZ 13.58 5.56 70.17 -
YUV 33.43 234.98 114.86 -
System Red Green Blue C M Y K H S L
Decimal 15 6 223 0.93 0.97 0 0.13 242.49 0.95 0.45
Hex F 6 DF 5D 61 0 D F2 5F 2D
Octal 17 6 337 135 141 0 15 362 137 55
Binary 1111 110 11011111 1011101 1100001 0 1101 11110010 1011111 101101

Color Harmonies of #0F06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F06DF

Black with #0F06DF

Text Example


Text Example

White with #0F06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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