#1E7CBA

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

Shades of Curious Blue #1E7CBA

Tints of Curious Blue #1E7CBA

Color information

#1E7CBA (or 0x1E7CBA) is unknown color: approx Curious Blue. HEX triplet: 1E, 7C and BA. RGB value is (30,124,186). Sum of RGB (Red+Green+Blue) = 30+124+186=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E7CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7CBA is #E18345. Grayscale: #666666. Windows color (decimal): -14779206 or 12221470. OLE color: 12221470.

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

Color convert

RGB30124186-
CMYK0.840.3300.27
HSL203.85º72.22%42.35%-
HSV(B)203.85º83.87%72.94%-
XYZ16.6118.2449.1-
YUV102.96174.8675.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=8.82%
G=36.47%
B=54.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301241860.840.3300.27203.8572.2242.35
Hex1E7CBA542101Bcc482a
Octal361742721244103331411052
Binary111101111100101110101010100100001011011110011001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,124,186); }

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

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

 a { background-color: rgb(30,124,186); }

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

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

 span { border-color: rgb(30,124,186); }

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