#3C8BF1

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

Shades of Dodger Blue #3C8BF1

Tints of Dodger Blue #3C8BF1

Color information

#3C8BF1 (or 0x3C8BF1) is unknown color: approx Dodger Blue. HEX triplet: 3C, 8B and F1. RGB value is (60,139,241). Sum of RGB (Red+Green+Blue) = 60+139+241=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #3C8BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C8BF1 is #C3740E. Grayscale: #7E7E7E. Windows color (decimal): -12809231 or 15829820. OLE color: 15829820.

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

Color convert

RGB60139241-
CMYK0.750.4200.05
HSL213.81º86.6%59.02%-
HSV(B)213.81º75.1%94.51%-
XYZ26.9725.7886.77-
YUV127.01192.3380.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.64%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 241 (94.53% from 255) = 54.77%
R=13.64%
G=31.59%
B=54.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal601392410.750.4200.05213.8186.659.02
Hex3C8BF14B2A05d6573b
Octal74213361113520532612773
Binary111100100010111111000110010111010100101110101101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,139,241); }

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

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

 a { background-color: rgb(60,139,241); }

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

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

 span { border-color: rgb(60,139,241); }

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