Html Css Color HEX #1E84CE Curious Blue

📋 copy color: '#1E84CE'

red 30 ◦ green 132 ◦ blue 206

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

Shades of Curious Blue #1E84CE

Tints of Curious Blue #1E84CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 8.15%
G = 35.87%
B = 55.98%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E84CE (or 0x1E84CE) is known color: Curious Blue. HEX triplet: 1E, 84 and CE. RGB value is (30,132,206). Sum of RGB (Red+Green+Blue) = 30+132+206=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E84CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E84CE is #E17B31. Grayscale: #6D6D6D. Windows color (decimal): -14777138 or 13534238. OLE color: 13534238.

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

Color convert

RGB 30 132 206 -
CMYK 0.85 0.36 0 0.19
HSL 205.23º 0.75% 0.46% -
HSV(B) 205.23º 0.85% 0.81% -
XYZ 19.93 21.23 61.44 -
YUV 109.94 182.21 70.98 -
System Red Green Blue C M Y K H S L
Decimal 30 132 206 0.85 0.36 0 0.19 205.23 0.75 0.46
Hex 1E 84 CE 55 24 0 13 CD 4B 2E
Octal 36 204 316 125 44 0 23 315 113 56
Binary 11110 10000100 11001110 1010101 100100 0 10011 11001101 1001011 101110

Color Harmonies of #1E84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E84CE

Black with #1E84CE

Text Example


Text Example

White with #1E84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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