#3B88F1

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

Shades of Dodger Blue #3B88F1

Tints of Dodger Blue #3B88F1

Color information

#3B88F1 (or 0x3B88F1) is unknown color: approx Dodger Blue. HEX triplet: 3B, 88 and F1. RGB value is (59,136,241). Sum of RGB (Red+Green+Blue) = 59+136+241=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #3B88F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B88F1 is #C4770E. Grayscale: #7C7C7C. Windows color (decimal): -12875535 or 15829051. OLE color: 15829051.

HSL color Cylindrical-coordinate representation of color #3B88F1: hue angle of 214.62º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B88F1 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB59136241-
CMYK0.760.4400.05
HSL214.62º86.67%58.82%-
HSV(B)214.62º75.52%94.51%-
XYZ26.4824.8986.63-
YUV124.95193.4980.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.53%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 241 (94.53% from 255) = 55.28%
R=13.53%
G=31.19%
B=55.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal591362410.760.4400.05214.6286.6758.82
Hex3B88F14C2C05d7573b
Octal73210361114540532712773
Binary111011100010001111000110011001011000101110101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,136,241); }

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

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

 a { background-color: rgb(59,136,241); }

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

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

 span { border-color: rgb(59,136,241); }

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