#1F7FC3

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

Shades of Curious Blue #1F7FC3

Tints of Curious Blue #1F7FC3

Color information

#1F7FC3 (or 0x1F7FC3) is unknown color: approx Curious Blue. HEX triplet: 1F, 7F and C3. RGB value is (31,127,195). Sum of RGB (Red+Green+Blue) = 31+127+195=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 195 (76.56% from 255 or 55.24% from 353); Max value from RGB is 195 - color contains mainly: blue. Hex color #1F7FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FC3 is #E0803C. Grayscale: #696969. Windows color (decimal): -14712893 or 12812063. OLE color: 12812063.

HSL color Cylindrical-coordinate representation of color #1F7FC3: hue angle of 204.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7FC3 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB31127195-
CMYK0.840.3500.24
HSL204.88º72.57%44.31%-
HSV(B)204.88º84.1%76.47%-
XYZ1819.4154.43-
YUV106.05178.274.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.78%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 195 (76.56% from 255) = 55.24%
R=8.78%
G=35.98%
B=55.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal311271950.840.3500.24204.8872.5744.31
Hex1F7FC35423018cd492c
Octal371773031244303031511154
Binary111111111111110000111010100100011011000110011011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,127,195); }

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

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

 a { background-color: rgb(31,127,195); }

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

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

 span { border-color: rgb(31,127,195); }

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