Html Css Color HEX #1E80BE Curious Blue

📋 copy color: '#1E80BE'

red 30 ◦ green 128 ◦ blue 190

#1E80BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #1E80BE

Tints of Curious Blue #1E80BE

RGB

 RED value IS 30 (12.11% from 255) = 8.62%

 GREEN value IS 128 (50.39% from 255) = 36.78%

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 8.62%
G = 36.78%
B = 54.6%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E80BE (or 0x1E80BE) is known color: Curious Blue. HEX triplet: 1E, 80 and BE. RGB value is (30,128,190). Sum of RGB (Red+Green+Blue) = 30+128+190=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80BE is #E17F41. Grayscale: #696969. Windows color (decimal): -14778178 or 12484638. OLE color: 12484638.

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

Color convert

RGB 30 128 190 -
CMYK 0.84 0.33 0 0.25
HSL 203.25º 0.73% 0.43% -
HSV(B) 203.25º 0.84% 0.75% -
XYZ 17.55 19.43 51.54 -
YUV 105.77 175.53 73.96 -
System Red Green Blue C M Y K H S L
Decimal 30 128 190 0.84 0.33 0 0.25 203.25 0.73 0.43
Hex 1E 80 BE 54 21 0 19 CB 49 2B
Octal 36 200 276 124 41 0 31 313 111 53
Binary 11110 10000000 10111110 1010100 100001 0 11001 11001011 1001001 101011

Color Harmonies of #1E80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E80BE

Black with #1E80BE

Text Example


Text Example

White with #1E80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,128,190); }

 H1.HeaderClassName
 {
   color: #1E80BE;
 }
 .AnyTagClassName
 {
   color: #1E80BE;
 }
</style>

background-color css

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

 a { background-color: rgb(30,128,190); }

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

border-color css

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

 span { border-color: rgb(30,128,190); }

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