Html Css Color HEX #3083F5 Dodger Blue

📋 copy color: '#3083F5'

red 48 ◦ green 131 ◦ blue 245

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

Shades of Dodger Blue #3083F5

Tints of Dodger Blue #3083F5

RGB

 RED value IS 48 (19.14% from 255) = 11.32%

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

 BLUE value IS 245 (96.09% from 255) = 57.78%

R = 11.32%
G = 30.9%
B = 57.78%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3083F5 (or 0x3083F5) is known color: Dodger Blue. HEX triplet: 30, 83 and F5. RGB value is (48,131,245). Sum of RGB (Red+Green+Blue) = 48+131+245=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #3083F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3083F5 is #CF7C0A. Grayscale: #767676. Windows color (decimal): -13597707 or 16089904. OLE color: 16089904.

HSL color Cylindrical-coordinate representation of color #3083F5: hue angle of 214.72º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3083F5 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 131 245 -
CMYK 0.80 0.47 0 0.04
HSL 214.72º 0.91% 0.57% -
HSV(B) 214.72º 0.8% 0.96% -
XYZ 25.82 23.45 89.55 -
YUV 119.18 199 77.23 -
System Red Green Blue C M Y K H S L
Decimal 48 131 245 0.80 0.47 0 0.04 214.72 0.91 0.57
Hex 30 83 F5 50 2F 0 4 D7 5B 39
Octal 60 203 365 120 57 0 4 327 133 71
Binary 110000 10000011 11110101 1010000 101111 0 100 11010111 1011011 111001

Color Harmonies of #3083F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3083F5

Black with #3083F5

Text Example


Text Example

White with #3083F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3083F5; }

 p { color: rgb(48,131,245); }

 H1.HeaderClassName
 {
   color: #3083F5;
 }
 .AnyTagClassName
 {
   color: #3083F5;
 }
</style>

background-color css

<style>
 a { background-color: #3083F5; }

 a { background-color: rgb(48,131,245); }

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

border-color css

<style>
 span { border-color: #3083F5; }

 span { border-color: rgb(48,131,245); }

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