Html Css Color HEX #1E8AFC Dodger Blue

📋 copy color: '#1E8AFC'

red 30 ◦ green 138 ◦ blue 252

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

Shades of Dodger Blue #1E8AFC

Tints of Dodger Blue #1E8AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60%

R = 7.14%
G = 32.86%
B = 60%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E8AFC (or 0x1E8AFC) is known color: Dodger Blue. HEX triplet: 1E, 8A and FC. RGB value is (30,138,252). Sum of RGB (Red+Green+Blue) = 30+138+252=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E8AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8AFC is #E17503. Grayscale: #767676. Windows color (decimal): -14775556 or 16550430. OLE color: 16550430.

HSL color Cylindrical-coordinate representation of color #1E8AFC: hue angle of 210.81º degrees, saturation: 0.97, 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 #1E8AFC is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 138 252 -
CMYK 0.88 0.45 0 0.01
HSL 210.81º 0.97% 0.55% -
HSV(B) 210.81º 0.88% 0.99% -
XYZ 27.19 25.48 95.58 -
YUV 118.7 203.22 64.73 -
System Red Green Blue C M Y K H S L
Decimal 30 138 252 0.88 0.45 0 0.01 210.81 0.97 0.55
Hex 1E 8A FC 58 2D 0 1 D3 61 37
Octal 36 212 374 130 55 0 1 323 141 67
Binary 11110 10001010 11111100 1011000 101101 0 1 11010011 1100001 110111

Color Harmonies of #1E8AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8AFC

Black with #1E8AFC

Text Example


Text Example

White with #1E8AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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