Html Css Color HEX #100FDF Medium Blue

📋 copy color: '#100FDF'

red 16 ◦ green 15 ◦ blue 223

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

Shades of Medium Blue #100FDF

Tints of Medium Blue #100FDF

RGB

 RED value IS 16 (6.64% from 255) = 6.3%

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

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

R = 6.3%
G = 5.91%
B = 87.8%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#100FDF (or 0x100FDF) is known color: Medium Blue. HEX triplet: 10, 0F and DF. RGB value is (16,15,223). Sum of RGB (Red+Green+Blue) = 16+15+223=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #100FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FDF is #EFF020. Grayscale: #262626. Windows color (decimal): -15724577 or 14618384. OLE color: 14618384.

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

Color convert

RGB 16 15 223 -
CMYK 0.93 0.93 0 0.13
HSL 240.29º 0.87% 0.47% -
HSV(B) 240.29º 0.93% 0.87% -
XYZ 13.7 5.78 70.21 -
YUV 39.01 231.83 111.59 -
System Red Green Blue C M Y K H S L
Decimal 16 15 223 0.93 0.93 0 0.13 240.29 0.87 0.47
Hex 10 F DF 5D 5D 0 D F0 57 2F
Octal 20 17 337 135 135 0 15 360 127 57
Binary 10000 1111 11011111 1011101 1011101 0 1101 11110000 1010111 101111

Color Harmonies of #100FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100FDF

Black with #100FDF

Text Example


Text Example

White with #100FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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