Html Css Color HEX #1E83BD Pelorous

📋 copy color: '#1E83BD'

red 30 ◦ green 131 ◦ blue 189

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

Shades of Pelorous #1E83BD

Tints of Pelorous #1E83BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 8.57%
G = 37.43%
B = 54%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E83BD (or 0x1E83BD) is known color: Pelorous. HEX triplet: 1E, 83 and BD. RGB value is (30,131,189). Sum of RGB (Red+Green+Blue) = 30+131+189=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E83BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E83BD is #E17C42. Grayscale: #6B6B6B. Windows color (decimal): -14777411 or 12419870. OLE color: 12419870.

HSL color Cylindrical-coordinate representation of color #1E83BD: hue angle of 201.89º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E83BD is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 131 189 -
CMYK 0.84 0.31 0 0.26
HSL 201.89º 0.73% 0.43% -
HSV(B) 201.89º 0.84% 0.74% -
XYZ 17.84 20.18 51.1 -
YUV 107.41 174.04 72.78 -
System Red Green Blue C M Y K H S L
Decimal 30 131 189 0.84 0.31 0 0.26 201.89 0.73 0.43
Hex 1E 83 BD 54 1F 0 1A CA 49 2B
Octal 36 203 275 124 37 0 32 312 111 53
Binary 11110 10000011 10111101 1010100 11111 0 11010 11001010 1001001 101011

Color Harmonies of #1E83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E83BD

Black with #1E83BD

Text Example


Text Example

White with #1E83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,131,189); }

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

background-color css

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

 a { background-color: rgb(30,131,189); }

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

border-color css

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

 span { border-color: rgb(30,131,189); }

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