#1f7eba

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

Shades of Curious Blue #1F7EBA

Tints of Curious Blue #1F7EBA

Color information

#1F7EBA (or 0x1F7EBA) is unknown color: approx Curious Blue. HEX triplet: 1F, 7E and BA. RGB value is (31,126,186). Sum of RGB (Red+Green+Blue) = 31+126+186=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7EBA is #E08145. Grayscale: #686868. Windows color (decimal): -14713158 or 12221983. OLE color: 12221983.

HSL color Cylindrical-coordinate representation of color #1F7EBA: hue angle of 203.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F7EBA is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB31126186-
CMYK0.830.3200.27
HSL203.23º71.43%42.55%-
HSV(B)203.23º83.33%72.94%-
XYZ16.8918.7649.18-
YUV104.44174.0375.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.04%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=9.04%
G=36.73%
B=54.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal311261860.830.3200.27203.2371.4342.55
Hex1F7EBA532001Bcb472b
Octal371762721234003331310753
Binary111111111110101110101010011100000011011110010111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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