Html Css Color HEX #1E84FF Dodger Blue

📋 copy color: '#1E84FF'

red 30 ◦ green 132 ◦ blue 255

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

Shades of Dodger Blue #1E84FF

Tints of Dodger Blue #1E84FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.65%

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

R = 7.19%
G = 31.65%
B = 61.15%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1E84FF (or 0x1E84FF) is known color: Dodger Blue. HEX triplet: 1E, 84 and FF. RGB value is (30,132,255). Sum of RGB (Red+Green+Blue) = 30+132+255=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E84FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E84FF is #E17B00. Grayscale: #727272. Windows color (decimal): -14777089 or 16745502. OLE color: 16745502.

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

Color convert

RGB 30 132 255 -
CMYK 0.88 0.48 0 0
HSL 212.8º 1% 0.56% -
HSV(B) 212.8º 0.88% 1% -
XYZ 26.84 24 97.83 -
YUV 115.52 206.71 67 -
System Red Green Blue C M Y K H S L
Decimal 30 132 255 0.88 0.48 0 0 212.8 1 0.56
Hex 1E 84 FF 58 30 0 0 D5 64 38
Octal 36 204 377 130 60 0 0 325 144 70
Binary 11110 10000100 11111111 1011000 110000 0 0 11010101 1100100 111000

Color Harmonies of #1E84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E84FF

Black with #1E84FF

Text Example


Text Example

White with #1E84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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