#3D92F0

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

Shades of Dodger Blue #3D92F0

Tints of Dodger Blue #3D92F0

Color information

#3D92F0 (or 0x3D92F0) is unknown color: approx Dodger Blue. HEX triplet: 3D, 92 and F0. RGB value is (61,146,240). Sum of RGB (Red+Green+Blue) = 61+146+240=447 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.65% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #3D92F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D92F0 is #C26D0F. Grayscale: #828282. Windows color (decimal): -12741904 or 15766077. OLE color: 15766077.

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

Color convert

RGB61146240-
CMYK0.750.3900.06
HSL211.51º85.65%59.02%-
HSV(B)211.51º74.58%94.12%-
XYZ27.9327.8486.34-
YUV131.3189.3477.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.65%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 240 (94.14% from 255) = 53.69%
R=13.65%
G=32.66%
B=53.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611462400.750.3900.06211.5185.6559.02
Hex3D92F04B2706d4563b
Octal75222360113470632412673
Binary111101100100101111000010010111001110110110101001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D92F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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