Html Css Color HEX #1E8BFA Dodger Blue

📋 copy color: '#1E8BFA'

red 30 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #1E8BFA

Tints of Dodger Blue #1E8BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

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

R = 7.16%
G = 33.17%
B = 59.67%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E8BFA (or 0x1E8BFA) is known color: Dodger Blue. HEX triplet: 1E, 8B and FA. RGB value is (30,139,250). Sum of RGB (Red+Green+Blue) = 30+139+250=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E8BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8BFA is #E17405. Grayscale: #767676. Windows color (decimal): -14775302 or 16419614. OLE color: 16419614.

HSL color Cylindrical-coordinate representation of color #1E8BFA: hue angle of 210.27º 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 #1E8BFA is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 139 250 -
CMYK 0.88 0.44 0 0.02
HSL 210.27º 0.96% 0.55% -
HSV(B) 210.27º 0.88% 0.98% -
XYZ 27.02 25.64 93.97 -
YUV 119.06 201.89 64.47 -
System Red Green Blue C M Y K H S L
Decimal 30 139 250 0.88 0.44 0 0.02 210.27 0.96 0.55
Hex 1E 8B FA 58 2C 0 2 D2 60 37
Octal 36 213 372 130 54 0 2 322 140 67
Binary 11110 10001011 11111010 1011000 101100 0 10 11010010 1100000 110111

Color Harmonies of #1E8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8BFA

Black with #1E8BFA

Text Example


Text Example

White with #1E8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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