Html Css Color HEX #000FDE Medium Blue

📋 copy color: '#000FDE'

red 0 ◦ green 15 ◦ blue 222

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

Shades of Medium Blue #000FDE

Tints of Medium Blue #000FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 93.67%

R = 0%
G = 6.33%
B = 93.67%

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

#000FDE (or 0x000FDE) is known color: Medium Blue. HEX triplet: 00, 0F and DE. RGB value is (0,15,222). Sum of RGB (Red+Green+Blue) = 0+15+222=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 222 (87.11% from 255 or 93.67% from 237); Max value from RGB is 222 - color contains mainly: blue. Hex color #000FDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FDE is #FFF021. Grayscale: #212121. Windows color (decimal): -16773154 or 14552832. OLE color: 14552832.

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

Color convert

RGB 0 15 222 -
CMYK 1 0.93 0 0.13
HSL 235.95º 1% 0.44% -
HSV(B) 235.95º 1% 0.87% -
XYZ 13.36 5.62 69.49 -
YUV 34.11 234.03 103.67 -
System Red Green Blue C M Y K H S L
Decimal 0 15 222 1 0.93 0 0.13 235.95 1 0.44
Hex 0 F DE 64 5D 0 D EC 64 2C
Octal 0 17 336 144 135 0 15 354 144 54
Binary 0 1111 11011110 1100100 1011101 0 1101 11101100 1100100 101100

Color Harmonies of #000FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FDE

Black with #000FDE

Text Example


Text Example

White with #000FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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