#3D88F0

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

Shades of Dodger Blue #3D88F0

Tints of Dodger Blue #3D88F0

Color information

#3D88F0 (or 0x3D88F0) is unknown color: approx Dodger Blue. HEX triplet: 3D, 88 and F0. RGB value is (61,136,240). Sum of RGB (Red+Green+Blue) = 61+136+240=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #3D88F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D88F0 is #C2770F. Grayscale: #7C7C7C. Windows color (decimal): -12744464 or 15763517. OLE color: 15763517.

HSL color Cylindrical-coordinate representation of color #3D88F0: hue angle of 214.86º degrees, saturation: 0.86, 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 #3D88F0 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB61136240-
CMYK0.750.4300.06
HSL214.86º85.65%59.02%-
HSV(B)214.86º74.58%94.12%-
XYZ26.4624.8985.85-
YUV125.43192.6582.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.96%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 240 (94.14% from 255) = 54.92%
R=13.96%
G=31.12%
B=54.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611362400.750.4300.06214.8685.6559.02
Hex3D88F04B2B06d7563b
Octal75210360113530632712673
Binary111101100010001111000010010111010110110110101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D88F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,136,240); }

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

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

 a { background-color: rgb(61,136,240); }

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

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

 span { border-color: rgb(61,136,240); }

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