#1E7FBD

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

Shades of Curious Blue #1E7FBD

Tints of Curious Blue #1E7FBD

Color information

#1E7FBD (or 0x1E7FBD) is unknown color: approx Curious Blue. HEX triplet: 1E, 7F and BD. RGB value is (30,127,189). Sum of RGB (Red+Green+Blue) = 30+127+189=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E7FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7FBD is #E18042. Grayscale: #686868. Windows color (decimal): -14778435 or 12418846. OLE color: 12418846.

HSL color Cylindrical-coordinate representation of color #1E7FBD: hue angle of 203.4º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E7FBD is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB30127189-
CMYK0.840.3300.26
HSL203.4º72.6%42.94%-
HSV(B)203.4º84.13%74.12%-
XYZ17.3119.1350.92-
YUV105.06175.3674.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.67%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=8.67%
G=36.71%
B=54.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301271890.840.3300.26203.472.642.94
Hex1E7FBD542101Acb492b
Octal361772751244103231311153
Binary111101111111101111011010100100001011010110010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,127,189); }

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

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

 a { background-color: rgb(30,127,189); }

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

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

 span { border-color: rgb(30,127,189); }

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