Html Css Color HEX #1F83DA Dodger Blue

📋 copy color: '#1F83DA'

red 31 ◦ green 131 ◦ blue 218

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

Shades of Dodger Blue #1F83DA

Tints of Dodger Blue #1F83DA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 8.16%
G = 34.47%
B = 57.37%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F83DA (or 0x1F83DA) is known color: Dodger Blue. HEX triplet: 1F, 83 and DA. RGB value is (31,131,218). Sum of RGB (Red+Green+Blue) = 31+131+218=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F83DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F83DA is #E07C25. Grayscale: #6E6E6E. Windows color (decimal): -14711846 or 14320415. OLE color: 14320415.

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

Color convert

RGB 31 131 218 -
CMYK 0.86 0.40 0 0.15
HSL 207.91º 0.75% 0.49% -
HSV(B) 207.91º 0.86% 0.85% -
XYZ 21.34 21.59 69.37 -
YUV 111.02 188.37 70.93 -
System Red Green Blue C M Y K H S L
Decimal 31 131 218 0.86 0.40 0 0.15 207.91 0.75 0.49
Hex 1F 83 DA 56 28 0 F D0 4B 31
Octal 37 203 332 126 50 0 17 320 113 61
Binary 11111 10000011 11011010 1010110 101000 0 1111 11010000 1001011 110001

Color Harmonies of #1F83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F83DA

Black with #1F83DA

Text Example


Text Example

White with #1F83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,131,218); }

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

background-color css

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

 a { background-color: rgb(31,131,218); }

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

border-color css

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

 span { border-color: rgb(31,131,218); }

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