Html Css Color HEX #1E98EE Dodger Blue

📋 copy color: '#1E98EE'

red 30 ◦ green 152 ◦ blue 238

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

Shades of Dodger Blue #1E98EE

Tints of Dodger Blue #1E98EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.67%

R = 7.14%
G = 36.19%
B = 56.67%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1E98EE (or 0x1E98EE) is known color: Dodger Blue. HEX triplet: 1E, 98 and EE. RGB value is (30,152,238). Sum of RGB (Red+Green+Blue) = 30+152+238=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E98EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E98EE is #E16711. Grayscale: #7C7C7C. Windows color (decimal): -14771986 or 15636510. OLE color: 15636510.

HSL color Cylindrical-coordinate representation of color #1E98EE: hue angle of 204.81º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E98EE is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 152 238 -
CMYK 0.87 0.36 0 0.07
HSL 204.81º 0.86% 0.53% -
HSV(B) 204.81º 0.87% 0.93% -
XYZ 27.2 28.91 85.03 -
YUV 125.33 191.58 60.01 -
System Red Green Blue C M Y K H S L
Decimal 30 152 238 0.87 0.36 0 0.07 204.81 0.86 0.53
Hex 1E 98 EE 57 24 0 7 CD 56 35
Octal 36 230 356 127 44 0 7 315 126 65
Binary 11110 10011000 11101110 1010111 100100 0 111 11001101 1010110 110101

Color Harmonies of #1E98EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E98EE

Black with #1E98EE

Text Example


Text Example

White with #1E98EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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