#348CF3

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

Shades of Dodger Blue #348CF3

Tints of Dodger Blue #348CF3

Color information

#348CF3 (or 0x348CF3) is unknown color: approx Dodger Blue. HEX triplet: 34, 8C and F3. RGB value is (52,140,243). Sum of RGB (Red+Green+Blue) = 52+140+243=435 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.95% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #348CF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348CF3 is #CB730C. Grayscale: #7C7C7C. Windows color (decimal): -13333261 or 15961140. OLE color: 15961140.

HSL color Cylindrical-coordinate representation of color #348CF3: hue angle of 212.36º 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 #348CF3 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB52140243-
CMYK0.790.4200.05
HSL212.36º88.84%57.84%-
HSV(B)212.36º78.6%95.29%-
XYZ26.9725.9688.38-
YUV125.43194.3575.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.95%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 243 (95.31% from 255) = 55.86%
R=11.95%
G=32.18%
B=55.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal521402430.790.4200.05212.3688.8457.84
Hex348CF34F2A05d4593a
Octal64214363117520532413172
Binary110100100011001111001110011111010100101110101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348CF3; }

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

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

<style>
 a { background-color: #348CF3; }

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

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

<style>
 span { border-color: #348CF3; }

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

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