Html Css Color HEX #000FDF Medium Blue

📋 copy color: '#000FDF'

red 0 ◦ green 15 ◦ blue 223

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

Shades of Medium Blue #000FDF

Tints of Medium Blue #000FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 93.7%

R = 0%
G = 6.3%
B = 93.7%

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

#000FDF (or 0x000FDF) is known color: Medium Blue. HEX triplet: 00, 0F and DF. RGB value is (0,15,223). Sum of RGB (Red+Green+Blue) = 0+15+223=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 223 (87.5% from 255 or 93.70% from 238); Max value from RGB is 223 - color contains mainly: blue. Hex color #000FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FDF is #FFF020. Grayscale: #212121. Windows color (decimal): -16773153 or 14618368. OLE color: 14618368.

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

Color convert

RGB 0 15 223 -
CMYK 1 0.93 0 0.13
HSL 235.96º 1% 0.44% -
HSV(B) 235.96º 1% 0.87% -
XYZ 13.49 5.67 70.2 -
YUV 34.23 234.53 103.59 -
System Red Green Blue C M Y K H S L
Decimal 0 15 223 1 0.93 0 0.13 235.96 1 0.44
Hex 0 F DF 64 5D 0 D EC 64 2C
Octal 0 17 337 144 135 0 15 354 144 54
Binary 0 1111 11011111 1100100 1011101 0 1101 11101100 1100100 101100

Color Harmonies of #000FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FDF

Black with #000FDF

Text Example


Text Example

White with #000FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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