#1F14CE

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

Shades of Medium Blue #1F14CE

Tints of Medium Blue #1F14CE

Color information

#1F14CE (or 0x1F14CE) is unknown color: approx Medium Blue. HEX triplet: 1F, 14 and CE. RGB value is (31,20,206). Sum of RGB (Red+Green+Blue) = 31+20+206=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F14CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F14CE is #E0EB31. Grayscale: #2B2B2B. Windows color (decimal): -14740274 or 13505567. OLE color: 13505567.

HSL color Cylindrical-coordinate representation of color #1F14CE: hue angle of 243.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F14CE is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3120206-
CMYK0.850.9000.19
HSL243.55º82.3%44.31%-
HSV(B)243.55º90.29%80.78%-
XYZ11.965.2558.78-
YUV44.49219.14118.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 20 (8.20% from 255) = 7.78%
BLUE value IS 206 (80.86% from 255) = 80.16%
R=12.06%
G=7.78%
B=80.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31202060.850.9000.19243.5582.344.31
Hex1F14CE555A013f4522c
Octal372431612513202336412254
Binary11111101001100111010101011011010010011111101001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F14CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,20,206); }

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

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

 a { background-color: rgb(31,20,206); }

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

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

 span { border-color: rgb(31,20,206); }

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