Html Css Color HEX #0F00DF Medium Blue

📋 copy color: '#0F00DF'

red 15 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #0F00DF

Tints of Medium Blue #0F00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.3%
G = 0%
B = 93.7%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F00DF (or 0x0F00DF) is known color: Medium Blue. HEX triplet: 0F, 00 and DF. RGB value is (15,0,223). Sum of RGB (Red+Green+Blue) = 15+0+223=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 223 (87.5% from 255 or 93.70% from 238); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F00DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F00DF is #F0FF20. Grayscale: #1D1D1D. Windows color (decimal): -15793953 or 14614543. OLE color: 14614543.

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

Color convert

RGB 15 0 223 -
CMYK 0.93 1 0 0.13
HSL 244.04º 1% 0.44% -
HSV(B) 244.04º 1% 0.87% -
XYZ 13.52 5.43 70.15 -
YUV 29.91 236.97 117.37 -
System Red Green Blue C M Y K H S L
Decimal 15 0 223 0.93 1 0 0.13 244.04 1 0.44
Hex F 0 DF 5D 64 0 D F4 64 2C
Octal 17 0 337 135 144 0 15 364 144 54
Binary 1111 0 11011111 1011101 1100100 0 1101 11110100 1100100 101100

Color Harmonies of #0F00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F00DF

Black with #0F00DF

Text Example


Text Example

White with #0F00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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