Html Css Color HEX #1F82EF Dodger Blue

📋 copy color: '#1F82EF'

red 31 ◦ green 130 ◦ blue 239

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

Shades of Dodger Blue #1F82EF

Tints of Dodger Blue #1F82EF

RGB

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

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

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

R = 7.75%
G = 32.5%
B = 59.75%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F82EF (or 0x1F82EF) is known color: Dodger Blue. HEX triplet: 1F, 82 and EF. RGB value is (31,130,239). Sum of RGB (Red+Green+Blue) = 31+130+239=400 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.75% from 400); Green value is 130 (51.17% from 255 or 32.5% 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 #1F82EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F82EF is #E07D10. Grayscale: #707070. Windows color (decimal): -14712081 or 15696415. OLE color: 15696415.

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

Color convert

RGB 31 130 239 -
CMYK 0.87 0.46 0 0.06
HSL 211.44º 0.87% 0.53% -
HSV(B) 211.44º 0.87% 0.94% -
XYZ 24.13 22.49 84.73 -
YUV 112.83 199.2 69.64 -
System Red Green Blue C M Y K H S L
Decimal 31 130 239 0.87 0.46 0 0.06 211.44 0.87 0.53
Hex 1F 82 EF 57 2E 0 6 D3 57 35
Octal 37 202 357 127 56 0 6 323 127 65
Binary 11111 10000010 11101111 1010111 101110 0 110 11010011 1010111 110101

Color Harmonies of #1F82EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F82EF

Black with #1F82EF

Text Example


Text Example

White with #1F82EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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