Html Css Color HEX #1F82D7 Dodger Blue

📋 copy color: '#1F82D7'

red 31 ◦ green 130 ◦ blue 215

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

Shades of Dodger Blue #1F82D7

Tints of Dodger Blue #1F82D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 8.24%
G = 34.57%
B = 57.18%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1F82D7 (or 0x1F82D7) is known color: Dodger Blue. HEX triplet: 1F, 82 and D7. RGB value is (31,130,215). Sum of RGB (Red+Green+Blue) = 31+130+215=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #1F82D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F82D7 is #E07D28. Grayscale: #6D6D6D. Windows color (decimal): -14712105 or 14123551. OLE color: 14123551.

HSL color Cylindrical-coordinate representation of color #1F82D7: hue angle of 207.72º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F82D7 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 130 215 -
CMYK 0.86 0.40 0 0.16
HSL 207.72º 0.75% 0.48% -
HSV(B) 207.72º 0.86% 0.84% -
XYZ 20.81 21.16 67.28 -
YUV 110.09 187.2 71.59 -
System Red Green Blue C M Y K H S L
Decimal 31 130 215 0.86 0.40 0 0.16 207.72 0.75 0.48
Hex 1F 82 D7 56 28 0 10 D0 4B 30
Octal 37 202 327 126 50 0 20 320 113 60
Binary 11111 10000010 11010111 1010110 101000 0 10000 11010000 1001011 110000

Color Harmonies of #1F82D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F82D7

Black with #1F82D7

Text Example


Text Example

White with #1F82D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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