Html Css Color HEX #1F82DD Dodger Blue

📋 copy color: '#1F82DD'

red 31 ◦ green 130 ◦ blue 221

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

Shades of Dodger Blue #1F82DD

Tints of Dodger Blue #1F82DD

RGB

 RED value IS 31 (12.5% from 255) = 8.12%

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 8.12%
G = 34.03%
B = 57.85%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F82DD (or 0x1F82DD) is known color: Dodger Blue. HEX triplet: 1F, 82 and DD. RGB value is (31,130,221). Sum of RGB (Red+Green+Blue) = 31+130+221=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F82DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F82DD is #E07D22. Grayscale: #6E6E6E. Windows color (decimal): -14712099 or 14516767. OLE color: 14516767.

HSL color Cylindrical-coordinate representation of color #1F82DD: hue angle of 208.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F82DD is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 130 221 -
CMYK 0.86 0.41 0 0.13
HSL 208.74º 0.75% 0.49% -
HSV(B) 208.74º 0.86% 0.87% -
XYZ 21.6 21.48 71.41 -
YUV 110.77 190.2 71.1 -
System Red Green Blue C M Y K H S L
Decimal 31 130 221 0.86 0.41 0 0.13 208.74 0.75 0.49
Hex 1F 82 DD 56 29 0 D D1 4B 31
Octal 37 202 335 126 51 0 15 321 113 61
Binary 11111 10000010 11011101 1010110 101001 0 1101 11010001 1001011 110001

Color Harmonies of #1F82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F82DD

Black with #1F82DD

Text Example


Text Example

White with #1F82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,130,221); }

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

background-color css

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

 a { background-color: rgb(31,130,221); }

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

border-color css

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

 span { border-color: rgb(31,130,221); }

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