Html Css Color HEX #1F86DD Dodger Blue

📋 copy color: '#1F86DD'

red 31 ◦ green 134 ◦ blue 221

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

Shades of Dodger Blue #1F86DD

Tints of Dodger Blue #1F86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

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

R = 8.03%
G = 34.72%
B = 57.25%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F86DD (or 0x1F86DD) is known color: Dodger Blue. HEX triplet: 1F, 86 and DD. RGB value is (31,134,221). Sum of RGB (Red+Green+Blue) = 31+134+221=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F86DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F86DD is #E07922. Grayscale: #707070. Windows color (decimal): -14711075 or 14517791. OLE color: 14517791.

HSL color Cylindrical-coordinate representation of color #1F86DD: hue angle of 207.47º 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 #1F86DD is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 134 221 -
CMYK 0.86 0.39 0 0.13
HSL 207.47º 0.75% 0.49% -
HSV(B) 207.47º 0.86% 0.87% -
XYZ 22.14 22.56 71.59 -
YUV 113.12 188.88 69.43 -
System Red Green Blue C M Y K H S L
Decimal 31 134 221 0.86 0.39 0 0.13 207.47 0.75 0.49
Hex 1F 86 DD 56 27 0 D CF 4B 31
Octal 37 206 335 126 47 0 15 317 113 61
Binary 11111 10000110 11011101 1010110 100111 0 1101 11001111 1001011 110001

Color Harmonies of #1F86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F86DD

Black with #1F86DD

Text Example


Text Example

White with #1F86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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