Html Css Color HEX #1F83DF Dodger Blue

📋 copy color: '#1F83DF'

red 31 ◦ green 131 ◦ blue 223

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

Shades of Dodger Blue #1F83DF

Tints of Dodger Blue #1F83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 8.05%
G = 34.03%
B = 57.92%

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

#1F83DF (or 0x1F83DF) is known color: Dodger Blue. HEX triplet: 1F, 83 and DF. RGB value is (31,131,223). Sum of RGB (Red+Green+Blue) = 31+131+223=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F83DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F83DF is #E07C20. Grayscale: #6F6F6F. Windows color (decimal): -14711841 or 14648095. OLE color: 14648095.

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

Color convert

RGB 31 131 223 -
CMYK 0.86 0.41 0 0.13
HSL 208.75º 0.76% 0.5% -
HSV(B) 208.75º 0.86% 0.87% -
XYZ 22 21.85 72.87 -
YUV 111.59 190.87 70.52 -
System Red Green Blue C M Y K H S L
Decimal 31 131 223 0.86 0.41 0 0.13 208.75 0.76 0.5
Hex 1F 83 DF 56 29 0 D D1 4C 32
Octal 37 203 337 126 51 0 15 321 114 62
Binary 11111 10000011 11011111 1010110 101001 0 1101 11010001 1001100 110010

Color Harmonies of #1F83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F83DF

Black with #1F83DF

Text Example


Text Example

White with #1F83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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