Html Css Color HEX #0F15DB Medium Blue

📋 copy color: '#0F15DB'

red 15 ◦ green 21 ◦ blue 219

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

Shades of Medium Blue #0F15DB

Tints of Medium Blue #0F15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 5.88%
G = 8.24%
B = 85.88%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F15DB (or 0x0F15DB) is known color: Medium Blue. HEX triplet: 0F, 15 and DB. RGB value is (15,21,219). Sum of RGB (Red+Green+Blue) = 15+21+219=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F15DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15DB is #F0EA24. Grayscale: #282828. Windows color (decimal): -15788581 or 14357775. OLE color: 14357775.

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

Color convert

RGB 15 21 219 -
CMYK 0.93 0.90 0 0.14
HSL 238.24º 0.87% 0.46% -
HSV(B) 238.24º 0.93% 0.86% -
XYZ 13.25 5.75 67.43 -
YUV 41.78 228.01 108.9 -
System Red Green Blue C M Y K H S L
Decimal 15 21 219 0.93 0.90 0 0.14 238.24 0.87 0.46
Hex F 15 DB 5D 5A 0 E EE 57 2E
Octal 17 25 333 135 132 0 16 356 127 56
Binary 1111 10101 11011011 1011101 1011010 0 1110 11101110 1010111 101110

Color Harmonies of #0F15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F15DB

Black with #0F15DB

Text Example


Text Example

White with #0F15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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