#3D89FC

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

Shades of Dodger Blue #3D89FC

Tints of Dodger Blue #3D89FC

Color information

#3D89FC (or 0x3D89FC) is unknown color: approx Dodger Blue. HEX triplet: 3D, 89 and FC. RGB value is (61,137,252). Sum of RGB (Red+Green+Blue) = 61+137+252=450 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D89FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D89FC is #C27603. Grayscale: #7E7E7E. Windows color (decimal): -12744196 or 16550205. OLE color: 16550205.

HSL color Cylindrical-coordinate representation of color #3D89FC: hue angle of 216.13º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D89FC is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB61137252-
CMYK0.760.4600.01
HSL216.13º96.95%61.37%-
HSV(B)216.13º75.79%98.82%-
XYZ28.4425.9195.6-
YUV127.39198.3280.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.56%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 252 (98.83% from 255) = 56%
R=13.56%
G=30.44%
B=56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal611372520.760.4600.01216.1396.9561.37
Hex3D89FC4C2E01d8613d
Octal75211374114560133014175
Binary1111011000100111111100100110010111001110110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D89FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,137,252); }

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

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

 a { background-color: rgb(61,137,252); }

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

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

 span { border-color: rgb(61,137,252); }

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