Html Css Color HEX #1E99FD Dodger Blue

📋 copy color: '#1E99FD'

red 30 ◦ green 153 ◦ blue 253

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

Shades of Dodger Blue #1E99FD

Tints of Dodger Blue #1E99FD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 6.88%
G = 35.09%
B = 58.03%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E99FD (or 0x1E99FD) is known color: Dodger Blue. HEX triplet: 1E, 99 and FD. RGB value is (30,153,253). Sum of RGB (Red+Green+Blue) = 30+153+253=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E99FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E99FD is #E16602. Grayscale: #7F7F7F. Windows color (decimal): -14771715 or 16619806. OLE color: 16619806.

HSL color Cylindrical-coordinate representation of color #1E99FD: hue angle of 206.91º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E99FD is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 153 253 -
CMYK 0.88 0.40 0 0.01
HSL 206.91º 0.98% 0.55% -
HSV(B) 206.91º 0.88% 0.99% -
XYZ 29.66 30.15 97.19 -
YUV 127.62 198.75 58.37 -
System Red Green Blue C M Y K H S L
Decimal 30 153 253 0.88 0.40 0 0.01 206.91 0.98 0.55
Hex 1E 99 FD 58 28 0 1 CF 62 37
Octal 36 231 375 130 50 0 1 317 142 67
Binary 11110 10011001 11111101 1011000 101000 0 1 11001111 1100010 110111

Color Harmonies of #1E99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E99FD

Black with #1E99FD

Text Example


Text Example

White with #1E99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,153,253); }

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

background-color css

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

 a { background-color: rgb(30,153,253); }

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

border-color css

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

 span { border-color: rgb(30,153,253); }

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