#348BF3

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

Shades of Dodger Blue #348BF3

Tints of Dodger Blue #348BF3

Color information

#348BF3 (or 0x348BF3) is unknown color: approx Dodger Blue. HEX triplet: 34, 8B and F3. RGB value is (52,139,243). Sum of RGB (Red+Green+Blue) = 52+139+243=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #348BF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BF3 is #CB740C. Grayscale: #7C7C7C. Windows color (decimal): -13333517 or 15960884. OLE color: 15960884.

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

Color convert

RGB52139243-
CMYK0.790.4300.05
HSL212.67º88.84%57.84%-
HSV(B)212.67º78.6%95.29%-
XYZ26.8325.6788.33-
YUV124.84194.6876.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.98%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 243 (95.31% from 255) = 55.99%
R=11.98%
G=32.03%
B=55.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal521392430.790.4300.05212.6788.8457.84
Hex348BF34F2B05d5593a
Octal64213363117530532513172
Binary110100100010111111001110011111010110101110101011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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