#1F7EBF

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

Shades of Curious Blue #1F7EBF

Tints of Curious Blue #1F7EBF

Color information

#1F7EBF (or 0x1F7EBF) is unknown color: approx Curious Blue. HEX triplet: 1F, 7E and BF. RGB value is (31,126,191). Sum of RGB (Red+Green+Blue) = 31+126+191=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F7EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7EBF is #E08140. Grayscale: #686868. Windows color (decimal): -14713153 or 12549663. OLE color: 12549663.

HSL color Cylindrical-coordinate representation of color #1F7EBF: hue angle of 204.38º 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 #1F7EBF is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31126191-
CMYK0.840.3400.25
HSL204.38º72.07%43.53%-
HSV(B)204.38º83.77%74.9%-
XYZ17.4318.9752.03-
YUV105176.5375.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.91%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 191 (75% from 255) = 54.89%
R=8.91%
G=36.21%
B=54.89%

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
Decimal311261910.840.3400.25204.3872.0743.53
Hex1F7EBF5422019cc482c
Octal371762771244203131411054
Binary111111111110101111111010100100010011001110011001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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