Html Css Color HEX #0F10DD Medium Blue

📋 copy color: '#0F10DD'

red 15 ◦ green 16 ◦ blue 221

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

Shades of Medium Blue #0F10DD

Tints of Medium Blue #0F10DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.7%

R = 5.95%
G = 6.35%
B = 87.7%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F10DD (or 0x0F10DD) is known color: Medium Blue. HEX triplet: 0F, 10 and DD. RGB value is (15,16,221). Sum of RGB (Red+Green+Blue) = 15+16+221=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F10DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F10DD is #F0EF22. Grayscale: #262626. Windows color (decimal): -15789859 or 14487567. OLE color: 14487567.

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

Color convert

RGB 15 16 221 -
CMYK 0.93 0.93 0 0.13
HSL 239.71º 0.87% 0.46% -
HSV(B) 239.71º 0.93% 0.87% -
XYZ 13.43 5.69 68.8 -
YUV 39.07 230.67 110.83 -
System Red Green Blue C M Y K H S L
Decimal 15 16 221 0.93 0.93 0 0.13 239.71 0.87 0.46
Hex F 10 DD 5D 5D 0 D F0 57 2E
Octal 17 20 335 135 135 0 15 360 127 56
Binary 1111 10000 11011101 1011101 1011101 0 1101 11110000 1010111 101110

Color Harmonies of #0F10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F10DD

Black with #0F10DD

Text Example


Text Example

White with #0F10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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