#1F0DCA

Color #1F0DCA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1F0DCA

Tints of Medium Blue #1F0DCA

Color information

#1F0DCA (or 0x1F0DCA) is unknown color: approx Medium Blue. HEX triplet: 1F, 0D and CA. RGB value is (31,13,202). Sum of RGB (Red+Green+Blue) = 31+13+202=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F0DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0DCA is #E0F235. Grayscale: #272727. Windows color (decimal): -14742070 or 13241631. OLE color: 13241631.

HSL color Cylindrical-coordinate representation of color #1F0DCA: hue angle of 245.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0DCA is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3113202-
CMYK0.850.9400.21
HSL245.71º87.91%42.16%-
HSV(B)245.71º93.56%79.22%-
XYZ11.374.8456.21-
YUV39.93219.46121.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 13 (5.47% from 255) = 5.28%
BLUE value IS 202 (79.30% from 255) = 82.11%
R=12.60%
G=5.28%
B=82.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31132020.850.9400.21245.7187.9142.16
Hex1FDCA555E015f6582a
Octal371531212513602536613052
Binary1111111011100101010101011011110010101111101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0DCA; }

 p { color: rgb(31,13,202); }

 H1.HeaderClassName
 {
   color: #1F0DCA;
 }
 .AnyTagClassName
 {
   color: #1F0DCA;
 }
</style>
background-color css

<style>
 a { background-color: #1F0DCA; }

 a { background-color: rgb(31,13,202); }

 div.DivClassName
 {
   background-color: #1F0DCA;
 }
 .BgClassName
 {
   background-color: #1F0DCA;
 }
</style>
border-color css

<style>
 span { border-color: #1F0DCA; }

 span { border-color: rgb(31,13,202); }

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