Html Css Color HEX #1E6FFF Dodger Blue

📋 copy color: '#1E6FFF'

red 30 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #1E6FFF

Tints of Dodger Blue #1E6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

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

R = 7.58%
G = 28.03%
B = 64.39%

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

#1E6FFF (or 0x1E6FFF) is known color: Dodger Blue. HEX triplet: 1E, 6F and FF. RGB value is (30,111,255). Sum of RGB (Red+Green+Blue) = 30+111+255=396 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.58% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E6FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FFF is #E19000. Grayscale: #666666. Windows color (decimal): -14782465 or 16740126. OLE color: 16740126.

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

Color convert

RGB 30 111 255 -
CMYK 0.88 0.56 0 0
HSL 218.4º 1% 0.56% -
HSV(B) 218.4º 0.88% 1% -
XYZ 24.27 18.86 96.97 -
YUV 103.2 213.66 75.79 -
System Red Green Blue C M Y K H S L
Decimal 30 111 255 0.88 0.56 0 0 218.4 1 0.56
Hex 1E 6F FF 58 38 0 0 DA 64 38
Octal 36 157 377 130 70 0 0 332 144 70
Binary 11110 1101111 11111111 1011000 111000 0 0 11011010 1100100 111000

Color Harmonies of #1E6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6FFF

Black with #1E6FFF

Text Example


Text Example

White with #1E6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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