#1E86CF

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

Shades of Curious Blue #1E86CF

Tints of Curious Blue #1E86CF

Color information

#1E86CF (or 0x1E86CF) is unknown color: approx Curious Blue. HEX triplet: 1E, 86 and CF. RGB value is (30,134,207). Sum of RGB (Red+Green+Blue) = 30+134+207=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E86CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E86CF is #E17930. Grayscale: #6E6E6E. Windows color (decimal): -14776625 or 13600286. OLE color: 13600286.

HSL color Cylindrical-coordinate representation of color #1E86CF: hue angle of 204.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E86CF is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB30134207-
CMYK0.860.3500.19
HSL204.75º74.68%46.47%-
HSV(B)204.75º85.51%81.18%-
XYZ20.3221.8362.17-
YUV111.23182.0470.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.09%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 207 (81.25% from 255) = 55.80%
R=8.09%
G=36.12%
B=55.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal301342070.860.3500.19204.7574.6846.47
Hex1E86CF5623013cd4b2e
Octal362063171264302331511356
Binary1111010000110110011111010110100011010011110011011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E86CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,134,207); }

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

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

 a { background-color: rgb(30,134,207); }

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

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

 span { border-color: rgb(30,134,207); }

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