Html Css Color HEX #0F04DB Medium Blue

📋 copy color: '#0F04DB'

red 15 ◦ green 4 ◦ blue 219

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

Shades of Medium Blue #0F04DB

Tints of Medium Blue #0F04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 219 (85.94% from 255) = 92.02%

R = 6.3%
G = 1.68%
B = 92.02%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F04DB (or 0x0F04DB) is known color: Medium Blue. HEX triplet: 0F, 04 and DB. RGB value is (15,4,219). Sum of RGB (Red+Green+Blue) = 15+4+219=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 219 (85.94% from 255 or 92.02% from 238); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F04DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F04DB is #F0FB24. Grayscale: #1E1E1E. Windows color (decimal): -15792933 or 14353423. OLE color: 14353423.

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

Color convert

RGB 15 4 219 -
CMYK 0.93 0.98 0 0.14
HSL 243.07º 0.96% 0.44% -
HSV(B) 243.07º 0.98% 0.86% -
XYZ 13.03 5.3 67.35 -
YUV 31.8 233.64 116.02 -
System Red Green Blue C M Y K H S L
Decimal 15 4 219 0.93 0.98 0 0.14 243.07 0.96 0.44
Hex F 4 DB 5D 62 0 E F3 60 2C
Octal 17 4 333 135 142 0 16 363 140 54
Binary 1111 100 11011011 1011101 1100010 0 1110 11110011 1100000 101100

Color Harmonies of #0F04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F04DB

Black with #0F04DB

Text Example


Text Example

White with #0F04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,219); }

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

background-color css

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

 a { background-color: rgb(15,4,219); }

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

border-color css

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

 span { border-color: rgb(15,4,219); }

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