Html Css Color HEX #000FCD Medium Blue

📋 copy color: '#000FCD'

red 0 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #000FCD

Tints of Medium Blue #000FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 93.18%

R = 0%
G = 6.82%
B = 93.18%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#000FCD (or 0x000FCD) is known color: Medium Blue. HEX triplet: 00, 0F and CD. RGB value is (0,15,205). Sum of RGB (Red+Green+Blue) = 0+15+205=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #000FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FCD is #FFF032. Grayscale: #1F1F1F. Windows color (decimal): -16773171 or 13438720. OLE color: 13438720.

HSL color Cylindrical-coordinate representation of color #000FCD: hue angle of 235.61º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FCD is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 15 205 -
CMYK 1 0.93 0 0.20
HSL 235.61º 1% 0.4% -
HSV(B) 235.61º 1% 0.8% -
XYZ 11.19 4.75 58.08 -
YUV 32.18 225.53 105.05 -
System Red Green Blue C M Y K H S L
Decimal 0 15 205 1 0.93 0 0.20 235.61 1 0.4
Hex 0 F CD 64 5D 0 14 EC 64 28
Octal 0 17 315 144 135 0 24 354 144 50
Binary 0 1111 11001101 1100100 1011101 0 10100 11101100 1100100 101000

Color Harmonies of #000FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FCD

Black with #000FCD

Text Example


Text Example

White with #000FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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