Html Css Color HEX #3A83FE Dodger Blue

📋 copy color: '#3A83FE'

red 58 ◦ green 131 ◦ blue 254

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

Shades of Dodger Blue #3A83FE

Tints of Dodger Blue #3A83FE

RGB

 RED value IS 58 (23.05% from 255) = 13.09%

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

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

R = 13.09%
G = 29.57%
B = 57.34%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A83FE (or 0x3A83FE) is known color: Dodger Blue. HEX triplet: 3A, 83 and FE. RGB value is (58,131,254). Sum of RGB (Red+Green+Blue) = 58+131+254=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A83FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A83FE is #C57C01. Grayscale: #7A7A7A. Windows color (decimal): -12942338 or 16679738. OLE color: 16679738.

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

Color convert

RGB 58 131 254 -
CMYK 0.77 0.48 0 0.00
HSL 217.65º 0.99% 0.61% -
HSV(B) 217.65º 0.77% 1% -
XYZ 27.75 24.29 96.99 -
YUV 123.2 201.82 81.5 -
System Red Green Blue C M Y K H S L
Decimal 58 131 254 0.77 0.48 0 0.00 217.65 0.99 0.61
Hex 3A 83 FE 4D 30 0 0 DA 63 3D
Octal 72 203 376 115 60 0 0 332 143 75
Binary 111010 10000011 11111110 1001101 110000 0 0 11011010 1100011 111101

Color Harmonies of #3A83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A83FE

Black with #3A83FE

Text Example


Text Example

White with #3A83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A83FE; }

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

 H1.HeaderClassName
 {
   color: #3A83FE;
 }
 .AnyTagClassName
 {
   color: #3A83FE;
 }
</style>

background-color css

<style>
 a { background-color: #3A83FE; }

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

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

border-color css

<style>
 span { border-color: #3A83FE; }

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

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