Html Css Color HEX #010FDD Medium Blue

📋 copy color: '#010FDD'

red 1 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #010FDD

Tints of Medium Blue #010FDD

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

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

R = 0.42%
G = 6.33%
B = 93.25%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#010FDD (or 0x010FDD) is known color: Medium Blue. HEX triplet: 01, 0F and DD. RGB value is (1,15,221). Sum of RGB (Red+Green+Blue) = 1+15+221=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 221 (86.72% from 255 or 93.25% from 237); Max value from RGB is 221 - color contains mainly: blue. Hex color #010FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FDD is #FEF022. Grayscale: #212121. Windows color (decimal): -16707619 or 14487297. OLE color: 14487297.

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

Color convert

RGB 1 15 221 -
CMYK 1.00 0.93 0 0.13
HSL 236.18º 0.99% 0.44% -
HSV(B) 236.18º 1% 0.87% -
XYZ 13.23 5.57 68.78 -
YUV 34.3 233.36 104.25 -
System Red Green Blue C M Y K H S L
Decimal 1 15 221 1.00 0.93 0 0.13 236.18 0.99 0.44
Hex 1 F DD 64 5D 0 D EC 63 2C
Octal 1 17 335 144 135 0 15 354 143 54
Binary 1 1111 11011101 1100100 1011101 0 1101 11101100 1100011 101100

Color Harmonies of #010FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FDD

Black with #010FDD

Text Example


Text Example

White with #010FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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