Html Css Color HEX #1E8AFA Dodger Blue

📋 copy color: '#1E8AFA'

red 30 ◦ green 138 ◦ blue 250

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

Shades of Dodger Blue #1E8AFA

Tints of Dodger Blue #1E8AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.01%

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 7.18%
G = 33.01%
B = 59.81%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E8AFA (or 0x1E8AFA) is known color: Dodger Blue. HEX triplet: 1E, 8A and FA. RGB value is (30,138,250). Sum of RGB (Red+Green+Blue) = 30+138+250=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E8AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8AFA is #E17505. Grayscale: #757575. Windows color (decimal): -14775558 or 16419358. OLE color: 16419358.

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

Color convert

RGB 30 138 250 -
CMYK 0.88 0.45 0 0.02
HSL 210.55º 0.96% 0.55% -
HSV(B) 210.55º 0.88% 0.98% -
XYZ 26.88 25.36 93.92 -
YUV 118.48 202.22 64.89 -
System Red Green Blue C M Y K H S L
Decimal 30 138 250 0.88 0.45 0 0.02 210.55 0.96 0.55
Hex 1E 8A FA 58 2D 0 2 D3 60 37
Octal 36 212 372 130 55 0 2 323 140 67
Binary 11110 10001010 11111010 1011000 101101 0 10 11010011 1100000 110111

Color Harmonies of #1E8AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8AFA

Black with #1E8AFA

Text Example


Text Example

White with #1E8AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,138,250); }

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

background-color css

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

 a { background-color: rgb(30,138,250); }

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

border-color css

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

 span { border-color: rgb(30,138,250); }

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