#1F0CE3

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

Shades of Medium Blue #1F0CE3

Tints of Medium Blue #1F0CE3

Color information

#1F0CE3 (or 0x1F0CE3) is unknown color: approx Medium Blue. HEX triplet: 1F, 0C and E3. RGB value is (31,12,227). Sum of RGB (Red+Green+Blue) = 31+12+227=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 227 (89.06% from 255 or 84.07% from 270); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F0CE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0CE3 is #E0F31C. Grayscale: #292929. Windows color (decimal): -14742301 or 14879775. OLE color: 14879775.

HSL color Cylindrical-coordinate representation of color #1F0CE3: hue angle of 245.3º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0CE3 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3112227-
CMYK0.860.9500.11
HSL245.3º89.96%46.86%-
HSV(B)245.3º94.71%89.02%-
XYZ14.566.173.08-
YUV42.19232.29120.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 12 (5.08% from 255) = 4.44%
BLUE value IS 227 (89.06% from 255) = 84.07%
R=11.48%
G=4.44%
B=84.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31122270.860.9500.11245.389.9646.86
Hex1FCE3565F0Bf55a2f
Octal371434312613701336513257
Binary111111100111000111010110101111101011111101011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,12,227); }

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

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

 a { background-color: rgb(31,12,227); }

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

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

 span { border-color: rgb(31,12,227); }

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