Html Css Color HEX #1E6FFE Dodger Blue

📋 copy color: '#1E6FFE'

red 30 ◦ green 111 ◦ blue 254

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

Shades of Dodger Blue #1E6FFE

Tints of Dodger Blue #1E6FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 7.59%
G = 28.1%
B = 64.3%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1E6FFE (or 0x1E6FFE) is known color: Dodger Blue. HEX triplet: 1E, 6F and FE. RGB value is (30,111,254). Sum of RGB (Red+Green+Blue) = 30+111+254=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E6FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FFE is #E19001. Grayscale: #666666. Windows color (decimal): -14782466 or 16674590. OLE color: 16674590.

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

Color convert

RGB 30 111 254 -
CMYK 0.88 0.56 0 0.00
HSL 218.3º 0.99% 0.56% -
HSV(B) 218.3º 0.88% 1% -
XYZ 24.11 18.8 96.12 -
YUV 103.08 213.16 75.87 -
System Red Green Blue C M Y K H S L
Decimal 30 111 254 0.88 0.56 0 0.00 218.3 0.99 0.56
Hex 1E 6F FE 58 38 0 0 DA 63 38
Octal 36 157 376 130 70 0 0 332 143 70
Binary 11110 1101111 11111110 1011000 111000 0 0 11011010 1100011 111000

Color Harmonies of #1E6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6FFE

Black with #1E6FFE

Text Example


Text Example

White with #1E6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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