Html Css Color HEX #1E7EBA Curious Blue

📋 copy color: '#1E7EBA'

red 30 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #1E7EBA

Tints of Curious Blue #1E7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 8.77%
G = 36.84%
B = 54.39%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E7EBA (or 0x1E7EBA) is known color: Curious Blue. HEX triplet: 1E, 7E and BA. RGB value is (30,126,186). Sum of RGB (Red+Green+Blue) = 30+126+186=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7EBA is #E18145. Grayscale: #676767. Windows color (decimal): -14778694 or 12221982. OLE color: 12221982.

HSL color Cylindrical-coordinate representation of color #1E7EBA: hue angle of 203.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E7EBA is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 126 186 -
CMYK 0.84 0.32 0 0.27
HSL 203.08º 0.72% 0.42% -
HSV(B) 203.08º 0.84% 0.73% -
XYZ 16.86 18.74 49.18 -
YUV 104.14 174.2 75.12 -
System Red Green Blue C M Y K H S L
Decimal 30 126 186 0.84 0.32 0 0.27 203.08 0.72 0.42
Hex 1E 7E BA 54 20 0 1B CB 48 2A
Octal 36 176 272 124 40 0 33 313 110 52
Binary 11110 1111110 10111010 1010100 100000 0 11011 11001011 1001000 101010

Color Harmonies of #1E7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7EBA

Black with #1E7EBA

Text Example


Text Example

White with #1E7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,126,186); }

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

background-color css

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

 a { background-color: rgb(30,126,186); }

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

border-color css

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

 span { border-color: rgb(30,126,186); }

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