#3E85FC

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

Shades of Dodger Blue #3E85FC

Tints of Dodger Blue #3E85FC

Color information

#3E85FC (or 0x3E85FC) is unknown color: approx Dodger Blue. HEX triplet: 3E, 85 and FC. RGB value is (62,133,252). Sum of RGB (Red+Green+Blue) = 62+133+252=447 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.87% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E85FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E85FC is #C17A03. Grayscale: #7C7C7C. Windows color (decimal): -12679684 or 16549182. OLE color: 16549182.

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

Color convert

RGB62133252-
CMYK0.750.4700.01
HSL217.58º96.94%61.57%-
HSV(B)217.58º75.4%98.82%-
XYZ27.9424.8395.41-
YUV125.34199.4882.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.87%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 252 (98.83% from 255) = 56.38%
R=13.87%
G=29.75%
B=56.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal621332520.750.4700.01217.5896.9461.57
Hex3E85FC4B2F01da613e
Octal76205374113570133214176
Binary1111101000010111111100100101110111101110110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,133,252); }

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

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

 a { background-color: rgb(62,133,252); }

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

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

 span { border-color: rgb(62,133,252); }

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