Html Css Color HEX #1E8BBE Pelorous

📋 copy color: '#1E8BBE'

red 30 ◦ green 139 ◦ blue 190

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

Shades of Pelorous #1E8BBE

Tints of Pelorous #1E8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

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

R = 8.36%
G = 38.72%
B = 52.92%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E8BBE (or 0x1E8BBE) is known color: Pelorous. HEX triplet: 1E, 8B and BE. RGB value is (30,139,190). Sum of RGB (Red+Green+Blue) = 30+139+190=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E8BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8BBE is #E17441. Grayscale: #6F6F6F. Windows color (decimal): -14775362 or 12487454. OLE color: 12487454.

HSL color Cylindrical-coordinate representation of color #1E8BBE: hue angle of 199.12º 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 #1E8BBE is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 139 190 -
CMYK 0.84 0.27 0 0.25
HSL 199.13º 0.73% 0.43% -
HSV(B) 199.13º 0.84% 0.75% -
XYZ 19.06 22.46 52.05 -
YUV 112.22 171.89 69.35 -
System Red Green Blue C M Y K H S L
Decimal 30 139 190 0.84 0.27 0 0.25 199.13 0.73 0.43
Hex 1E 8B BE 54 1B 0 19 C7 49 2B
Octal 36 213 276 124 33 0 31 307 111 53
Binary 11110 10001011 10111110 1010100 11011 0 11001 11000111 1001001 101011

Color Harmonies of #1E8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8BBE

Black with #1E8BBE

Text Example


Text Example

White with #1E8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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