Html Css Color HEX #3083FE Dodger Blue

📋 copy color: '#3083FE'

red 48 ◦ green 131 ◦ blue 254

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

Shades of Dodger Blue #3083FE

Tints of Dodger Blue #3083FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 11.09%
G = 30.25%
B = 58.66%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3083FE (or 0x3083FE) is known color: Dodger Blue. HEX triplet: 30, 83 and FE. RGB value is (48,131,254). Sum of RGB (Red+Green+Blue) = 48+131+254=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #3083FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3083FE is #CF7C01. Grayscale: #777777. Windows color (decimal): -13597698 or 16679728. OLE color: 16679728.

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

Color convert

RGB 48 131 254 -
CMYK 0.81 0.48 0 0.00
HSL 215.83º 0.99% 0.59% -
HSV(B) 215.83º 0.81% 1% -
XYZ 27.22 24.02 96.97 -
YUV 120.21 203.5 76.5 -
System Red Green Blue C M Y K H S L
Decimal 48 131 254 0.81 0.48 0 0.00 215.83 0.99 0.59
Hex 30 83 FE 51 30 0 0 D8 63 3B
Octal 60 203 376 121 60 0 0 330 143 73
Binary 110000 10000011 11111110 1010001 110000 0 0 11011000 1100011 111011

Color Harmonies of #3083FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3083FE

Black with #3083FE

Text Example


Text Example

White with #3083FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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