#3B8FF1

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

Shades of Dodger Blue #3B8FF1

Tints of Dodger Blue #3B8FF1

Color information

#3B8FF1 (or 0x3B8FF1) is unknown color: approx Dodger Blue. HEX triplet: 3B, 8F and F1. RGB value is (59,143,241). Sum of RGB (Red+Green+Blue) = 59+143+241=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #3B8FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8FF1 is #C4700E. Grayscale: #808080. Windows color (decimal): -12873743 or 15830843. OLE color: 15830843.

HSL color Cylindrical-coordinate representation of color #3B8FF1: hue angle of 212.31º 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 #3B8FF1 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB59143241-
CMYK0.760.4100.05
HSL212.31º86.67%58.82%-
HSV(B)212.31º75.52%94.51%-
XYZ27.526.9386.97-
YUV129.06191.1778.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.32%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=13.32%
G=32.28%
B=54.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal591432410.760.4100.05212.3186.6758.82
Hex3B8FF14C2905d4573b
Octal73217361114510532412773
Binary111011100011111111000110011001010010101110101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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