Html Css Color HEX #0F00DD Medium Blue

📋 copy color: '#0F00DD'

red 15 ◦ green 0 ◦ blue 221

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

Shades of Medium Blue #0F00DD

Tints of Medium Blue #0F00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.36%
G = 0%
B = 93.64%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F00DD (or 0x0F00DD) is known color: Medium Blue. HEX triplet: 0F, 00 and DD. RGB value is (15,0,221). Sum of RGB (Red+Green+Blue) = 15+0+221=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F00DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F00DD is #F0FF22. Grayscale: #1C1C1C. Windows color (decimal): -15793955 or 14483471. OLE color: 14483471.

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

Color convert

RGB 15 0 221 -
CMYK 0.93 1 0 0.13
HSL 244.07º 1% 0.43% -
HSV(B) 244.07º 1% 0.87% -
XYZ 13.25 5.32 68.74 -
YUV 29.68 235.97 117.53 -
System Red Green Blue C M Y K H S L
Decimal 15 0 221 0.93 1 0 0.13 244.07 1 0.43
Hex F 0 DD 5D 64 0 D F4 64 2B
Octal 17 0 335 135 144 0 15 364 144 53
Binary 1111 0 11011101 1011101 1100100 0 1101 11110100 1100100 101011

Color Harmonies of #0F00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F00DD

Black with #0F00DD

Text Example


Text Example

White with #0F00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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