#1F07C4

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

Shades of Medium Blue #1F07C4

Tints of Medium Blue #1F07C4

Color information

#1F07C4 (or 0x1F07C4) is unknown color: approx Medium Blue. HEX triplet: 1F, 07 and C4. RGB value is (31,7,196). Sum of RGB (Red+Green+Blue) = 31+7+196=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 196 (76.95% from 255 or 83.76% from 234); Max value from RGB is 196 - color contains mainly: blue. Hex color #1F07C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F07C4 is #E0F83B. Grayscale: #222222. Windows color (decimal): -14743612 or 12846879. OLE color: 12846879.

HSL color Cylindrical-coordinate representation of color #1F07C4: hue angle of 247.62º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F07C4 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB317196-
CMYK0.840.9600.23
HSL247.62º93.1%39.8%-
HSV(B)247.62º96.43%76.86%-
XYZ10.64.4352.52-
YUV35.72218.45124.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 196 (76.95% from 255) = 83.76%
R=13.25%
G=2.99%
B=83.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal3171960.840.9600.23247.6293.139.8
Hex1F7C45460017f85d28
Octal37730412414002737013550
Binary111111111100010010101001100000010111111110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F07C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,7,196); }

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

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

 a { background-color: rgb(31,7,196); }

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

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

 span { border-color: rgb(31,7,196); }

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