#3394F1

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

Shades of Dodger Blue #3394F1

Tints of Dodger Blue #3394F1

Color information

#3394F1 (or 0x3394F1) is unknown color: approx Dodger Blue. HEX triplet: 33, 94 and F1. RGB value is (51,148,241). Sum of RGB (Red+Green+Blue) = 51+148+241=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #3394F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3394F1 is #CC6B0E. Grayscale: #818181. Windows color (decimal): -13396751 or 15832115. OLE color: 15832115.

HSL color Cylindrical-coordinate representation of color #3394F1: hue angle of 209.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3394F1 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB51148241-
CMYK0.790.3900.05
HSL209.37º87.16%57.25%-
HSV(B)209.37º78.84%94.51%-
XYZ27.8328.2387.2-
YUV129.6190.8671.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.59%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 241 (94.53% from 255) = 54.77%
R=11.59%
G=33.64%
B=54.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal511482410.790.3900.05209.3787.1657.25
Hex3394F14F2705d15739
Octal63224361117470532112771
Binary110011100101001111000110011111001110101110100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3394F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3394F1; }

 p { color: rgb(51,148,241); }

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

<style>
 a { background-color: #3394F1; }

 a { background-color: rgb(51,148,241); }

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

<style>
 span { border-color: #3394F1; }

 span { border-color: rgb(51,148,241); }

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