Html Css Color HEX #0F08DC Medium Blue

📋 copy color: '#0F08DC'

red 15 ◦ green 8 ◦ blue 220

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

Shades of Medium Blue #0F08DC

Tints of Medium Blue #0F08DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

 BLUE value IS 220 (86.33% from 255) = 90.53%

R = 6.17%
G = 3.29%
B = 90.53%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F08DC (or 0x0F08DC) is known color: Medium Blue. HEX triplet: 0F, 08 and DC. RGB value is (15,8,220). Sum of RGB (Red+Green+Blue) = 15+8+220=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 220 (86.33% from 255 or 90.53% from 243); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F08DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F08DC is #F0F723. Grayscale: #212121. Windows color (decimal): -15791908 or 14419983. OLE color: 14419983.

HSL color Cylindrical-coordinate representation of color #0F08DC: hue angle of 241.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F08DC is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 8 220 -
CMYK 0.93 0.96 0 0.14
HSL 241.98º 0.93% 0.45% -
HSV(B) 241.98º 0.96% 0.86% -
XYZ 13.2 5.44 68.06 -
YUV 34.26 232.82 114.26 -
System Red Green Blue C M Y K H S L
Decimal 15 8 220 0.93 0.96 0 0.14 241.98 0.93 0.45
Hex F 8 DC 5D 60 0 E F2 5D 2D
Octal 17 10 334 135 140 0 16 362 135 55
Binary 1111 1000 11011100 1011101 1100000 0 1110 11110010 1011101 101101

Color Harmonies of #0F08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F08DC

Black with #0F08DC

Text Example


Text Example

White with #0F08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,220); }

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

background-color css

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

 a { background-color: rgb(15,8,220); }

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

border-color css

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

 span { border-color: rgb(15,8,220); }

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