Html Css Color HEX #1E70FF Dodger Blue

📋 copy color: '#1E70FF'

red 30 ◦ green 112 ◦ blue 255

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

Shades of Dodger Blue #1E70FF

Tints of Dodger Blue #1E70FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 255 (100% from 255) = 64.23%

R = 7.56%
G = 28.21%
B = 64.23%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1E70FF (or 0x1E70FF) is known color: Dodger Blue. HEX triplet: 1E, 70 and FF. RGB value is (30,112,255). Sum of RGB (Red+Green+Blue) = 30+112+255=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E70FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E70FF is #E18F00. Grayscale: #676767. Windows color (decimal): -14782209 or 16740382. OLE color: 16740382.

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

Color convert

RGB 30 112 255 -
CMYK 0.88 0.56 0 0
HSL 218.13º 1% 0.56% -
HSV(B) 218.13º 0.88% 1% -
XYZ 24.38 19.08 97.01 -
YUV 103.78 213.33 75.37 -
System Red Green Blue C M Y K H S L
Decimal 30 112 255 0.88 0.56 0 0 218.13 1 0.56
Hex 1E 70 FF 58 38 0 0 DA 64 38
Octal 36 160 377 130 70 0 0 332 144 70
Binary 11110 1110000 11111111 1011000 111000 0 0 11011010 1100100 111000

Color Harmonies of #1E70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E70FF

Black with #1E70FF

Text Example


Text Example

White with #1E70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,112,255); }

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

background-color css

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

 a { background-color: rgb(30,112,255); }

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

border-color css

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

 span { border-color: rgb(30,112,255); }

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