Html Css Color HEX #1E66FD Dodger Blue

📋 copy color: '#1E66FD'

red 30 ◦ green 102 ◦ blue 253

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

Shades of Dodger Blue #1E66FD

Tints of Dodger Blue #1E66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

 BLUE value IS 253 (99.22% from 255) = 65.71%

R = 7.79%
G = 26.49%
B = 65.71%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E66FD (or 0x1E66FD) is known color: Dodger Blue. HEX triplet: 1E, 66 and FD. RGB value is (30,102,253). Sum of RGB (Red+Green+Blue) = 30+102+253=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E66FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E66FD is #E19902. Grayscale: #616161. Windows color (decimal): -14784771 or 16606750. OLE color: 16606750.

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

Color convert

RGB 30 102 253 -
CMYK 0.88 0.60 0 0.01
HSL 220.63º 0.98% 0.55% -
HSV(B) 220.63º 0.88% 0.99% -
XYZ 23.02 16.87 94.97 -
YUV 97.69 215.65 79.72 -
System Red Green Blue C M Y K H S L
Decimal 30 102 253 0.88 0.60 0 0.01 220.63 0.98 0.55
Hex 1E 66 FD 58 3C 0 1 DD 62 37
Octal 36 146 375 130 74 0 1 335 142 67
Binary 11110 1100110 11111101 1011000 111100 0 1 11011101 1100010 110111

Color Harmonies of #1E66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E66FD

Black with #1E66FD

Text Example


Text Example

White with #1E66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,102,253); }

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

background-color css

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

 a { background-color: rgb(30,102,253); }

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

border-color css

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

 span { border-color: rgb(30,102,253); }

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