Html Css Color HEX #0F10DB Medium Blue

📋 copy color: '#0F10DB'

red 15 ◦ green 16 ◦ blue 219

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

Shades of Medium Blue #0F10DB

Tints of Medium Blue #0F10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 6%
G = 6.4%
B = 87.6%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F10DB (or 0x0F10DB) is known color: Medium Blue. HEX triplet: 0F, 10 and DB. RGB value is (15,16,219). Sum of RGB (Red+Green+Blue) = 15+16+219=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F10DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F10DB is #F0EF24. Grayscale: #262626. Windows color (decimal): -15789861 or 14356495. OLE color: 14356495.

HSL color Cylindrical-coordinate representation of color #0F10DB: hue angle of 239.71º 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 #0F10DB is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 16 219 -
CMYK 0.93 0.93 0 0.14
HSL 239.71º 0.87% 0.46% -
HSV(B) 239.71º 0.93% 0.86% -
XYZ 13.17 5.59 67.4 -
YUV 38.84 229.67 110.99 -
System Red Green Blue C M Y K H S L
Decimal 15 16 219 0.93 0.93 0 0.14 239.71 0.87 0.46
Hex F 10 DB 5D 5D 0 E F0 57 2E
Octal 17 20 333 135 135 0 16 360 127 56
Binary 1111 10000 11011011 1011101 1011101 0 1110 11110000 1010111 101110

Color Harmonies of #0F10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F10DB

Black with #0F10DB

Text Example


Text Example

White with #0F10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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