#3c93ef

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

Shades of Dodger Blue #3C93EF

Tints of Dodger Blue #3C93EF

Color information

#3C93EF (or 0x3C93EF) is unknown color: approx Dodger Blue. HEX triplet: 3C, 93 and EF. RGB value is (60,147,239). Sum of RGB (Red+Green+Blue) = 60+147+239=446 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.45% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C93EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C93EF is #C36C10. Grayscale: #838383. Windows color (decimal): -12807185 or 15700796. OLE color: 15700796.

HSL color Cylindrical-coordinate representation of color #3C93EF: hue angle of 210.84º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C93EF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB60147239-
CMYK0.750.3800.06
HSL210.84º84.83%58.63%-
HSV(B)210.84º74.9%93.73%-
XYZ27.8828.0685.61-
YUV131.48188.6877.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.45%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 239 (93.75% from 255) = 53.59%
R=13.45%
G=32.96%
B=53.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal601472390.750.3800.06210.8484.8358.63
Hex3C93EF4B2606d3553b
Octal74223357113460632312573
Binary111100100100111110111110010111001100110110100111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c93ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,147,239); }

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

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

 a { background-color: rgb(60,147,239); }

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

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

 span { border-color: rgb(60,147,239); }

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