Html Css Color HEX #1E80CE Curious Blue

📋 copy color: '#1E80CE'

red 30 ◦ green 128 ◦ blue 206

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

Shades of Curious Blue #1E80CE

Tints of Curious Blue #1E80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 8.24%
G = 35.16%
B = 56.59%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E80CE (or 0x1E80CE) is known color: Curious Blue. HEX triplet: 1E, 80 and CE. RGB value is (30,128,206). Sum of RGB (Red+Green+Blue) = 30+128+206=364 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.24% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E80CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80CE is #E17F31. Grayscale: #6B6B6B. Windows color (decimal): -14778162 or 13533214. OLE color: 13533214.

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

Color convert

RGB 30 128 206 -
CMYK 0.85 0.38 0 0.19
HSL 206.59º 0.75% 0.46% -
HSV(B) 206.59º 0.85% 0.81% -
XYZ 19.4 20.17 61.26 -
YUV 107.59 183.53 72.66 -
System Red Green Blue C M Y K H S L
Decimal 30 128 206 0.85 0.38 0 0.19 206.59 0.75 0.46
Hex 1E 80 CE 55 26 0 13 CF 4B 2E
Octal 36 200 316 125 46 0 23 317 113 56
Binary 11110 10000000 11001110 1010101 100110 0 10011 11001111 1001011 101110

Color Harmonies of #1E80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E80CE

Black with #1E80CE

Text Example


Text Example

White with #1E80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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