Html Css Color HEX #3183FA Dodger Blue

📋 copy color: '#3183FA'

red 49 ◦ green 131 ◦ blue 250

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

Shades of Dodger Blue #3183FA

Tints of Dodger Blue #3183FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 11.4%
G = 30.47%
B = 58.14%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3183FA (or 0x3183FA) is known color: Dodger Blue. HEX triplet: 31, 83 and FA. RGB value is (49,131,250). Sum of RGB (Red+Green+Blue) = 49+131+250=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #3183FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3183FA is #CE7C05. Grayscale: #777777. Windows color (decimal): -13532166 or 16417585. OLE color: 16417585.

HSL color Cylindrical-coordinate representation of color #3183FA: hue angle of 215.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3183FA is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 131 250 -
CMYK 0.80 0.48 0 0.02
HSL 215.52º 0.95% 0.59% -
HSV(B) 215.52º 0.8% 0.98% -
XYZ 26.64 23.79 93.63 -
YUV 120.05 201.33 77.32 -
System Red Green Blue C M Y K H S L
Decimal 49 131 250 0.80 0.48 0 0.02 215.52 0.95 0.59
Hex 31 83 FA 50 30 0 2 D8 5F 3B
Octal 61 203 372 120 60 0 2 330 137 73
Binary 110001 10000011 11111010 1010000 110000 0 10 11011000 1011111 111011

Color Harmonies of #3183FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3183FA

Black with #3183FA

Text Example


Text Example

White with #3183FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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