#1E84CF

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

Shades of Curious Blue #1E84CF

Tints of Curious Blue #1E84CF

Color information

#1E84CF (or 0x1E84CF) is unknown color: approx Curious Blue. HEX triplet: 1E, 84 and CF. RGB value is (30,132,207). Sum of RGB (Red+Green+Blue) = 30+132+207=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E84CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E84CF is #E17B30. Grayscale: #6D6D6D. Windows color (decimal): -14777137 or 13599774. OLE color: 13599774.

HSL color Cylindrical-coordinate representation of color #1E84CF: hue angle of 205.42º 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 #1E84CF is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB30132207-
CMYK0.860.3600.19
HSL205.42º74.68%46.47%-
HSV(B)205.42º85.51%81.18%-
XYZ20.0521.2862.08-
YUV110.05182.7170.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.13%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 207 (81.25% from 255) = 56.10%
R=8.13%
G=35.77%
B=56.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal301322070.860.3600.19205.4274.6846.47
Hex1E84CF5624013cd4b2e
Octal362043171264402331511356
Binary1111010000100110011111010110100100010011110011011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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