#3D94FB

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

Shades of Dodger Blue #3D94FB

Tints of Dodger Blue #3D94FB

Color information

#3D94FB (or 0x3D94FB) is unknown color: approx Dodger Blue. HEX triplet: 3D, 94 and FB. RGB value is (61,148,251). Sum of RGB (Red+Green+Blue) = 61+148+251=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D94FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D94FB is #C26B04. Grayscale: #858585. Windows color (decimal): -12741381 or 16487485. OLE color: 16487485.

HSL color Cylindrical-coordinate representation of color #3D94FB: hue angle of 212.53º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D94FB is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61148251-
CMYK0.760.4100.02
HSL212.53º95.96%61.18%-
HSV(B)212.53º75.7%98.43%-
XYZ29.9329.1495.31-
YUV133.73194.1876.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.26%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 251 (98.44% from 255) = 54.57%
R=13.26%
G=32.17%
B=54.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal611482510.760.4100.02212.5395.9661.18
Hex3D94FB4C2902d5603d
Octal75224373114510232514075
Binary11110110010100111110111001100101001010110101011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,251); }

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

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

 a { background-color: rgb(61,148,251); }

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

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

 span { border-color: rgb(61,148,251); }

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