Html Css Color HEX #1E98D1 Pelorous

📋 copy color: '#1E98D1'

red 30 ◦ green 152 ◦ blue 209

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

Shades of Pelorous #1E98D1

Tints of Pelorous #1E98D1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

 BLUE value IS 209 (82.03% from 255) = 53.45%

R = 7.67%
G = 38.87%
B = 53.45%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1E98D1 (or 0x1E98D1) is known color: Pelorous. HEX triplet: 1E, 98 and D1. RGB value is (30,152,209). Sum of RGB (Red+Green+Blue) = 30+152+209=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E98D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E98D1 is #E1672E. Grayscale: #797979. Windows color (decimal): -14772015 or 13735966. OLE color: 13735966.

HSL color Cylindrical-coordinate representation of color #1E98D1: hue angle of 199.11º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E98D1 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 152 209 -
CMYK 0.86 0.27 0 0.18
HSL 199.11º 0.75% 0.47% -
HSV(B) 199.11º 0.86% 0.82% -
XYZ 23.27 27.34 64.37 -
YUV 122.02 177.08 62.37 -
System Red Green Blue C M Y K H S L
Decimal 30 152 209 0.86 0.27 0 0.18 199.11 0.75 0.47
Hex 1E 98 D1 56 1B 0 12 C7 4B 2F
Octal 36 230 321 126 33 0 22 307 113 57
Binary 11110 10011000 11010001 1010110 11011 0 10010 11000111 1001011 101111

Color Harmonies of #1E98D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E98D1

Black with #1E98D1

Text Example


Text Example

White with #1E98D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,152,209); }

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

background-color css

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

 a { background-color: rgb(30,152,209); }

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

border-color css

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

 span { border-color: rgb(30,152,209); }

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