#347EF3

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

Shades of Dodger Blue #347EF3

Tints of Dodger Blue #347EF3

Color information

#347EF3 (or 0x347EF3) is unknown color: approx Dodger Blue. HEX triplet: 34, 7E and F3. RGB value is (52,126,243). Sum of RGB (Red+Green+Blue) = 52+126+243=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #347EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347EF3 is #CB810C. Grayscale: #747474. Windows color (decimal): -13336845 or 15957556. OLE color: 15957556.

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

Color convert

RGB52126243-
CMYK0.790.4800.05
HSL216.75º88.84%57.84%-
HSV(B)216.75º78.6%95.29%-
XYZ25.0522.1287.74-
YUV117.21198.9881.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.35%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 243 (95.31% from 255) = 57.72%
R=12.35%
G=29.93%
B=57.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal521262430.790.4800.05216.7588.8457.84
Hex347EF34F3005d9593a
Octal64176363117600533113172
Binary11010011111101111001110011111100000101110110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347EF3; }

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

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

<style>
 a { background-color: #347EF3; }

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

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

<style>
 span { border-color: #347EF3; }

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

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