Html Css Color HEX #1E80CA Curious Blue

📋 copy color: '#1E80CA'

red 30 ◦ green 128 ◦ blue 202

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

Shades of Curious Blue #1E80CA

Tints of Curious Blue #1E80CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.11%

R = 8.33%
G = 35.56%
B = 56.11%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1E80CA (or 0x1E80CA) is known color: Curious Blue. HEX triplet: 1E, 80 and CA. RGB value is (30,128,202). Sum of RGB (Red+Green+Blue) = 30+128+202=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E80CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80CA is #E17F35. Grayscale: #6A6A6A. Windows color (decimal): -14778166 or 13271070. OLE color: 13271070.

HSL color Cylindrical-coordinate representation of color #1E80CA: hue angle of 205.81º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E80CA is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 128 202 -
CMYK 0.85 0.37 0 0.21
HSL 205.81º 0.74% 0.45% -
HSV(B) 205.81º 0.85% 0.79% -
XYZ 18.92 19.98 58.74 -
YUV 107.13 181.53 72.98 -
System Red Green Blue C M Y K H S L
Decimal 30 128 202 0.85 0.37 0 0.21 205.81 0.74 0.45
Hex 1E 80 CA 55 25 0 15 CE 4A 2D
Octal 36 200 312 125 45 0 25 316 112 55
Binary 11110 10000000 11001010 1010101 100101 0 10101 11001110 1001010 101101

Color Harmonies of #1E80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E80CA

Black with #1E80CA

Text Example


Text Example

White with #1E80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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