Html Css Color HEX #1D84EF Dodger Blue

📋 copy color: '#1D84EF'

red 29 ◦ green 132 ◦ blue 239

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

Shades of Dodger Blue #1D84EF

Tints of Dodger Blue #1D84EF

RGB

 RED value IS 29 (11.72% from 255) = 7.25%

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

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 7.25%
G = 33%
B = 59.75%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D84EF (or 0x1D84EF) is known color: Dodger Blue. HEX triplet: 1D, 84 and EF. RGB value is (29,132,239). Sum of RGB (Red+Green+Blue) = 29+132+239=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D84EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D84EF is #E27B10. Grayscale: #707070. Windows color (decimal): -14842641 or 15696925. OLE color: 15696925.

HSL color Cylindrical-coordinate representation of color #1D84EF: hue angle of 210.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D84EF is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 132 239 -
CMYK 0.88 0.45 0 0.06
HSL 210.57º 0.87% 0.53% -
HSV(B) 210.57º 0.88% 0.94% -
XYZ 24.34 23 84.82 -
YUV 113.4 198.88 67.8 -
System Red Green Blue C M Y K H S L
Decimal 29 132 239 0.88 0.45 0 0.06 210.57 0.87 0.53
Hex 1D 84 EF 58 2D 0 6 D3 57 35
Octal 35 204 357 130 55 0 6 323 127 65
Binary 11101 10000100 11101111 1011000 101101 0 110 11010011 1010111 110101

Color Harmonies of #1D84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D84EF

Black with #1D84EF

Text Example


Text Example

White with #1D84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,132,239); }

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

background-color css

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

 a { background-color: rgb(29,132,239); }

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

border-color css

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

 span { border-color: rgb(29,132,239); }

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