Html Css Color HEX #0F03DC Medium Blue

📋 copy color: '#0F03DC'

red 15 ◦ green 3 ◦ blue 220

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

Shades of Medium Blue #0F03DC

Tints of Medium Blue #0F03DC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 6.3%
G = 1.26%
B = 92.44%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F03DC (or 0x0F03DC) is known color: Medium Blue. HEX triplet: 0F, 03 and DC. RGB value is (15,3,220). Sum of RGB (Red+Green+Blue) = 15+3+220=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 220 (86.33% from 255 or 92.44% from 238); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F03DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F03DC is #F0FC23. Grayscale: #1E1E1E. Windows color (decimal): -15793188 or 14418703. OLE color: 14418703.

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

Color convert

RGB 15 3 220 -
CMYK 0.93 0.99 0 0.14
HSL 243.32º 0.97% 0.44% -
HSV(B) 243.32º 0.99% 0.86% -
XYZ 13.15 5.33 68.05 -
YUV 31.33 234.48 116.36 -
System Red Green Blue C M Y K H S L
Decimal 15 3 220 0.93 0.99 0 0.14 243.32 0.97 0.44
Hex F 3 DC 5D 63 0 E F3 61 2C
Octal 17 3 334 135 143 0 16 363 141 54
Binary 1111 11 11011100 1011101 1100011 0 1110 11110011 1100001 101100

Color Harmonies of #0F03DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F03DC

Black with #0F03DC

Text Example


Text Example

White with #0F03DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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