Html Css Color HEX #1E8CFA Dodger Blue

📋 copy color: '#1E8CFA'

red 30 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #1E8CFA

Tints of Dodger Blue #1E8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

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

R = 7.14%
G = 33.33%
B = 59.52%

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

#1E8CFA (or 0x1E8CFA) is known color: Dodger Blue. HEX triplet: 1E, 8C and FA. RGB value is (30,140,250). Sum of RGB (Red+Green+Blue) = 30+140+250=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E8CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8CFA is #E17305. Grayscale: #777777. Windows color (decimal): -14775046 or 16419870. OLE color: 16419870.

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

Color convert

RGB 30 140 250 -
CMYK 0.88 0.44 0 0.02
HSL 210º 0.96% 0.55% -
HSV(B) 210º 0.88% 0.98% -
XYZ 27.17 25.93 94.02 -
YUV 119.65 201.56 64.06 -
System Red Green Blue C M Y K H S L
Decimal 30 140 250 0.88 0.44 0 0.02 210 0.96 0.55
Hex 1E 8C FA 58 2C 0 2 D2 60 37
Octal 36 214 372 130 54 0 2 322 140 67
Binary 11110 10001100 11111010 1011000 101100 0 10 11010010 1100000 110111

Color Harmonies of #1E8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8CFA

Black with #1E8CFA

Text Example


Text Example

White with #1E8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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