Html Css Color HEX #010FCD Medium Blue

📋 copy color: '#010FCD'

red 1 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #010FCD

Tints of Medium Blue #010FCD

RGB

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

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

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

R = 0.45%
G = 6.79%
B = 92.76%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#010FCD (or 0x010FCD) is known color: Medium Blue. HEX triplet: 01, 0F and CD. RGB value is (1,15,205). Sum of RGB (Red+Green+Blue) = 1+15+205=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 205 (80.47% from 255 or 92.76% from 221); Max value from RGB is 205 - color contains mainly: blue. Hex color #010FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FCD is #FEF032. Grayscale: #1F1F1F. Windows color (decimal): -16707635 or 13438721. OLE color: 13438721.

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

Color convert

RGB 1 15 205 -
CMYK 1.00 0.93 0 0.20
HSL 235.88º 0.99% 0.4% -
HSV(B) 235.88º 1% 0.8% -
XYZ 11.2 4.76 58.09 -
YUV 32.47 225.36 105.55 -
System Red Green Blue C M Y K H S L
Decimal 1 15 205 1.00 0.93 0 0.20 235.88 0.99 0.4
Hex 1 F CD 64 5D 0 14 EC 63 28
Octal 1 17 315 144 135 0 24 354 143 50
Binary 1 1111 11001101 1100100 1011101 0 10100 11101100 1100011 101000

Color Harmonies of #010FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FCD

Black with #010FCD

Text Example


Text Example

White with #010FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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