#1F7FBF

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

Shades of Curious Blue #1F7FBF

Tints of Curious Blue #1F7FBF

Color information

#1F7FBF (or 0x1F7FBF) is unknown color: approx Curious Blue. HEX triplet: 1F, 7F and BF. RGB value is (31,127,191). Sum of RGB (Red+Green+Blue) = 31+127+191=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F7FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FBF is #E08040. Grayscale: #696969. Windows color (decimal): -14712897 or 12549919. OLE color: 12549919.

HSL color Cylindrical-coordinate representation of color #1F7FBF: hue angle of 204º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7FBF is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31127191-
CMYK0.840.3400.25
HSL204º72.07%43.53%-
HSV(B)204º83.77%74.9%-
XYZ17.5619.2352.08-
YUV105.59176.274.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.88%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 191 (75% from 255) = 54.73%
R=8.88%
G=36.39%
B=54.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311271910.840.3400.2520472.0743.53
Hex1F7FBF5422019cc482c
Octal371772771244203131411054
Binary111111111111101111111010100100010011001110011001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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