#4093F7

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

Shades of Dodger Blue #4093F7

Tints of Dodger Blue #4093F7

Color information

#4093F7 (or 0x4093F7) is unknown color: approx Dodger Blue. HEX triplet: 40, 93 and F7. RGB value is (64,147,247). Sum of RGB (Red+Green+Blue) = 64+147+247=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #4093F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4093F7 is #BF6C08. Grayscale: #858585. Windows color (decimal): -12545033 or 16225088. OLE color: 16225088.

HSL color Cylindrical-coordinate representation of color #4093F7: hue angle of 212.79º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4093F7 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB64147247-
CMYK0.740.4000.03
HSL212.79º91.96%60.98%-
HSV(B)212.79º74.09%96.86%-
XYZ29.3428.6791.98-
YUV133.5819278.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.97%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 247 (96.88% from 255) = 53.93%
R=13.97%
G=32.10%
B=53.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal641472470.740.4000.03212.7991.9660.98
Hex4093F74A2803d55c3d
Octal100223367112500332513475
Binary100000010010011111101111001010101000011110101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4093F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4093F7; }

 p { color: rgb(64,147,247); }

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

<style>
 a { background-color: #4093F7; }

 a { background-color: rgb(64,147,247); }

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

<style>
 span { border-color: #4093F7; }

 span { border-color: rgb(64,147,247); }

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