#3B8AEB

Color #3B8AEB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3B8AEB

Tints of Dodger Blue #3B8AEB

Color information

#3B8AEB (or 0x3B8AEB) is unknown color: approx Dodger Blue. HEX triplet: 3B, 8A and EB. RGB value is (59,138,235). Sum of RGB (Red+Green+Blue) = 59+138+235=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B8AEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8AEB is #C47514. Grayscale: #7C7C7C. Windows color (decimal): -12875029 or 15436347. OLE color: 15436347.

HSL color Cylindrical-coordinate representation of color #3B8AEB: hue angle of 213.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B8AEB is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59138235-
CMYK0.750.4100.08
HSL213.07º81.48%57.65%-
HSV(B)213.07º74.89%92.16%-
XYZ25.8925.182.08-
YUV125.44189.8380.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.66%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 235 (92.19% from 255) = 54.40%
R=13.66%
G=31.94%
B=54.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal591382350.750.4100.08213.0781.4857.65
Hex3B8AEB4B2908d5513a
Octal732123531135101032512172
Binary1110111000101011101011100101110100101000110101011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,138,235); }

 H1.HeaderClassName
 {
   color: #3B8AEB;
 }
 .AnyTagClassName
 {
   color: #3B8AEB;
 }
</style>
background-color css

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

 a { background-color: rgb(59,138,235); }

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

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

 span { border-color: rgb(59,138,235); }

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