Html Css Color HEX #3B83FE Dodger Blue

📋 copy color: '#3B83FE'

red 59 ◦ green 131 ◦ blue 254

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

Shades of Dodger Blue #3B83FE

Tints of Dodger Blue #3B83FE

RGB

 RED value IS 59 (23.44% from 255) = 13.29%

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

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

R = 13.29%
G = 29.5%
B = 57.21%

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

#3B83FE (or 0x3B83FE) is known color: Dodger Blue. HEX triplet: 3B, 83 and FE. RGB value is (59,131,254). Sum of RGB (Red+Green+Blue) = 59+131+254=444 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.29% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B83FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B83FE is #C47C01. Grayscale: #7A7A7A. Windows color (decimal): -12876802 or 16679739. OLE color: 16679739.

HSL color Cylindrical-coordinate representation of color #3B83FE: hue angle of 217.85º 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 #3B83FE is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 59 131 254 -
CMYK 0.77 0.48 0 0.00
HSL 217.85º 0.99% 0.61% -
HSV(B) 217.85º 0.77% 1% -
XYZ 27.81 24.32 96.99 -
YUV 123.49 201.65 82 -
System Red Green Blue C M Y K H S L
Decimal 59 131 254 0.77 0.48 0 0.00 217.85 0.99 0.61
Hex 3B 83 FE 4D 30 0 0 DA 63 3D
Octal 73 203 376 115 60 0 0 332 143 75
Binary 111011 10000011 11111110 1001101 110000 0 0 11011010 1100011 111101

Color Harmonies of #3B83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B83FE

Black with #3B83FE

Text Example


Text Example

White with #3B83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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