#3894ED

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

Shades of Dodger Blue #3894ED

Tints of Dodger Blue #3894ED

Color information

#3894ED (or 0x3894ED) is unknown color: approx Dodger Blue. HEX triplet: 38, 94 and ED. RGB value is (56,148,237). Sum of RGB (Red+Green+Blue) = 56+148+237=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #3894ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3894ED is #C76B12. Grayscale: #828282. Windows color (decimal): -13069075 or 15569976. OLE color: 15569976.

HSL color Cylindrical-coordinate representation of color #3894ED: hue angle of 209.5º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3894ED is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56148237-
CMYK0.760.3800.07
HSL209.5º83.41%57.45%-
HSV(B)209.5º76.37%92.94%-
XYZ27.5128.1384.1-
YUV130.64188.0274.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.70%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 237 (92.97% from 255) = 53.74%
R=12.70%
G=33.56%
B=53.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561482370.760.3800.07209.583.4157.45
Hex3894ED4C2607d25339
Octal70224355114460732212371
Binary111000100101001110110110011001001100111110100101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3894ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3894ED; }

 p { color: rgb(56,148,237); }

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

<style>
 a { background-color: #3894ED; }

 a { background-color: rgb(56,148,237); }

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

<style>
 span { border-color: #3894ED; }

 span { border-color: rgb(56,148,237); }

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