Html Css Color HEX #1D84FC Dodger Blue

📋 copy color: '#1D84FC'

red 29 ◦ green 132 ◦ blue 252

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

Shades of Dodger Blue #1D84FC

Tints of Dodger Blue #1D84FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.02%

R = 7.02%
G = 31.96%
B = 61.02%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D84FC (or 0x1D84FC) is known color: Dodger Blue. HEX triplet: 1D, 84 and FC. RGB value is (29,132,252). Sum of RGB (Red+Green+Blue) = 29+132+252=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D84FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D84FC is #E27B03. Grayscale: #727272. Windows color (decimal): -14842628 or 16548893. OLE color: 16548893.

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

Color convert

RGB 29 132 252 -
CMYK 0.88 0.48 0 0.01
HSL 212.29º 0.97% 0.55% -
HSV(B) 212.29º 0.88% 0.99% -
XYZ 26.33 23.79 95.3 -
YUV 114.88 205.38 66.74 -
System Red Green Blue C M Y K H S L
Decimal 29 132 252 0.88 0.48 0 0.01 212.29 0.97 0.55
Hex 1D 84 FC 58 30 0 1 D4 61 37
Octal 35 204 374 130 60 0 1 324 141 67
Binary 11101 10000100 11111100 1011000 110000 0 1 11010100 1100001 110111

Color Harmonies of #1D84FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D84FC

Black with #1D84FC

Text Example


Text Example

White with #1D84FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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