#3E92FC

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

Shades of Dodger Blue #3E92FC

Tints of Dodger Blue #3E92FC

Color information

#3E92FC (or 0x3E92FC) is unknown color: approx Dodger Blue. HEX triplet: 3E, 92 and FC. RGB value is (62,146,252). Sum of RGB (Red+Green+Blue) = 62+146+252=460 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.48% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E92FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E92FC is #C16D03. Grayscale: #848484. Windows color (decimal): -12676356 or 16552510. OLE color: 16552510.

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

Color convert

RGB62146252-
CMYK0.750.4200.01
HSL213.47º96.94%61.57%-
HSV(B)213.47º75.4%98.82%-
XYZ29.8428.6196.05-
YUV132.97195.1777.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.48%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 252 (98.83% from 255) = 54.78%
R=13.48%
G=31.74%
B=54.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal621462520.750.4200.01213.4796.9461.57
Hex3E92FC4B2A01d5613e
Octal76222374113520132514176
Binary1111101001001011111100100101110101001110101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E92FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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