Html Css Color HEX #3183FD Dodger Blue

📋 copy color: '#3183FD'

red 49 ◦ green 131 ◦ blue 253

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

Shades of Dodger Blue #3183FD

Tints of Dodger Blue #3183FD

RGB

 RED value IS 49 (19.53% from 255) = 11.32%

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

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 11.32%
G = 30.25%
B = 58.43%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3183FD (or 0x3183FD) is known color: Dodger Blue. HEX triplet: 31, 83 and FD. RGB value is (49,131,253). Sum of RGB (Red+Green+Blue) = 49+131+253=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #3183FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3183FD is #CE7C02. Grayscale: #777777. Windows color (decimal): -13532163 or 16614193. OLE color: 16614193.

HSL color Cylindrical-coordinate representation of color #3183FD: hue angle of 215.88º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3183FD is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 131 253 -
CMYK 0.81 0.48 0 0.01
HSL 215.88º 0.98% 0.59% -
HSV(B) 215.88º 0.81% 0.99% -
XYZ 27.11 23.98 96.13 -
YUV 120.39 202.83 77.08 -
System Red Green Blue C M Y K H S L
Decimal 49 131 253 0.81 0.48 0 0.01 215.88 0.98 0.59
Hex 31 83 FD 51 30 0 1 D8 62 3B
Octal 61 203 375 121 60 0 1 330 142 73
Binary 110001 10000011 11111101 1010001 110000 0 1 11011000 1100010 111011

Color Harmonies of #3183FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3183FD

Black with #3183FD

Text Example


Text Example

White with #3183FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3183FD; }

 p { color: rgb(49,131,253); }

 H1.HeaderClassName
 {
   color: #3183FD;
 }
 .AnyTagClassName
 {
   color: #3183FD;
 }
</style>

background-color css

<style>
 a { background-color: #3183FD; }

 a { background-color: rgb(49,131,253); }

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

border-color css

<style>
 span { border-color: #3183FD; }

 span { border-color: rgb(49,131,253); }

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