Html Css Color HEX #000FDD Medium Blue

📋 copy color: '#000FDD'

red 0 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #000FDD

Tints of Medium Blue #000FDD

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#000FDD (or 0x000FDD) is known color: Medium Blue. HEX triplet: 00, 0F and DD. RGB value is (0,15,221). Sum of RGB (Red+Green+Blue) = 0+15+221=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 15 (6.25% from 255 or 6.36% 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 #000FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FDD is #FFF022. Grayscale: #212121. Windows color (decimal): -16773155 or 14487296. OLE color: 14487296.

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

Color convert

RGB 0 15 221 -
CMYK 1 0.93 0 0.13
HSL 235.93º 1% 0.43% -
HSV(B) 235.93º 1% 0.87% -
XYZ 13.22 5.56 68.78 -
YUV 34 233.53 103.75 -
System Red Green Blue C M Y K H S L
Decimal 0 15 221 1 0.93 0 0.13 235.93 1 0.43
Hex 0 F DD 64 5D 0 D EC 64 2B
Octal 0 17 335 144 135 0 15 354 144 53
Binary 0 1111 11011101 1100100 1011101 0 1101 11101100 1100100 101011

Color Harmonies of #000FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FDD

Black with #000FDD

Text Example


Text Example

White with #000FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000FDD; }

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

 H1.HeaderClassName
 {
   color: #000FDD;
 }
 .AnyTagClassName
 {
   color: #000FDD;
 }
</style>

background-color css

<style>
 a { background-color: #000FDD; }

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

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

border-color css

<style>
 span { border-color: #000FDD; }

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

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