#349AF3

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

Shades of Dodger Blue #349AF3

Tints of Dodger Blue #349AF3

Color information

#349AF3 (or 0x349AF3) is unknown color: approx Dodger Blue. HEX triplet: 34, 9A and F3. RGB value is (52,154,243). Sum of RGB (Red+Green+Blue) = 52+154+243=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #349AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349AF3 is #CB650C. Grayscale: #858585. Windows color (decimal): -13329677 or 15964724. OLE color: 15964724.

HSL color Cylindrical-coordinate representation of color #349AF3: hue angle of 207.96º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #349AF3 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB52154243-
CMYK0.790.3700.05
HSL207.96º88.84%57.84%-
HSV(B)207.96º78.6%95.29%-
XYZ29.1530.3189.11-
YUV133.65189.7169.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.58%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 243 (95.31% from 255) = 54.12%
R=11.58%
G=34.30%
B=54.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal521542430.790.3700.05207.9688.8457.84
Hex349AF34F2505d0593a
Octal64232363117450532013172
Binary110100100110101111001110011111001010101110100001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349AF3; }

 p { color: rgb(52,154,243); }

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

<style>
 a { background-color: #349AF3; }

 a { background-color: rgb(52,154,243); }

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

<style>
 span { border-color: #349AF3; }

 span { border-color: rgb(52,154,243); }

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