#3895ED

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

Shades of Dodger Blue #3895ED

Tints of Dodger Blue #3895ED

Color information

#3895ED (or 0x3895ED) is unknown color: approx Dodger Blue. HEX triplet: 38, 95 and ED. RGB value is (56,149,237). Sum of RGB (Red+Green+Blue) = 56+149+237=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #3895ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3895ED is #C76A12. Grayscale: #828282. Windows color (decimal): -13068819 or 15570232. OLE color: 15570232.

HSL color Cylindrical-coordinate representation of color #3895ED: hue angle of 209.17º 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 #3895ED is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56149237-
CMYK0.760.3700.07
HSL209.17º83.41%57.45%-
HSV(B)209.17º76.37%92.94%-
XYZ27.6628.4584.15-
YUV131.22187.6974.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.67%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 237 (92.97% from 255) = 53.62%
R=12.67%
G=33.71%
B=53.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561492370.760.3700.07209.1783.4157.45
Hex3895ED4C2507d15339
Octal70225355114450732112371
Binary111000100101011110110110011001001010111110100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3895ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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