Html Css Color HEX #1E7FFF Dodger Blue

📋 copy color: '#1E7FFF'

red 30 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #1E7FFF

Tints of Dodger Blue #1E7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 7.28%
G = 30.83%
B = 61.89%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1E7FFF (or 0x1E7FFF) is known color: Dodger Blue. HEX triplet: 1E, 7F and FF. RGB value is (30,127,255). Sum of RGB (Red+Green+Blue) = 30+127+255=412 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.28% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E7FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7FFF is #E18000. Grayscale: #6F6F6F. Windows color (decimal): -14778369 or 16744222. OLE color: 16744222.

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

Color convert

RGB 30 127 255 -
CMYK 0.88 0.50 0 0
HSL 214.13º 1% 0.56% -
HSV(B) 214.13º 0.88% 1% -
XYZ 26.17 22.67 97.6 -
YUV 112.59 208.36 69.09 -
System Red Green Blue C M Y K H S L
Decimal 30 127 255 0.88 0.50 0 0 214.13 1 0.56
Hex 1E 7F FF 58 32 0 0 D6 64 38
Octal 36 177 377 130 62 0 0 326 144 70
Binary 11110 1111111 11111111 1011000 110010 0 0 11010110 1100100 111000

Color Harmonies of #1E7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7FFF

Black with #1E7FFF

Text Example


Text Example

White with #1E7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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