#347FF3

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

Shades of Dodger Blue #347FF3

Tints of Dodger Blue #347FF3

Color information

#347FF3 (or 0x347FF3) is unknown color: approx Dodger Blue. HEX triplet: 34, 7F and F3. RGB value is (52,127,243). Sum of RGB (Red+Green+Blue) = 52+127+243=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #347FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347FF3 is #CB800C. Grayscale: #757575. Windows color (decimal): -13336589 or 15957812. OLE color: 15957812.

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

Color convert

RGB52127243-
CMYK0.790.4800.05
HSL216.44º88.84%57.84%-
HSV(B)216.44º78.6%95.29%-
XYZ25.1822.3887.79-
YUV117.8198.6581.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.32%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 243 (95.31% from 255) = 57.58%
R=12.32%
G=30.09%
B=57.58%

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
Decimal521272430.790.4800.05216.4488.8457.84
Hex347FF34F3005d8593a
Octal64177363117600533013172
Binary11010011111111111001110011111100000101110110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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